Interface UseCaseStatus.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<UseCaseStatus.Builder,,UseCaseStatus> SdkBuilder<UseCaseStatus.Builder,,UseCaseStatus> SdkPojo
- Enclosing class:
UseCaseStatus
@Mutable
@NotThreadSafe
public static interface UseCaseStatus.Builder
extends SdkPojo, CopyableBuilder<UseCaseStatus.Builder,UseCaseStatus>
-
Method Summary
Modifier and TypeMethodDescriptionThe use case configured for the domain.options(DomainUseCase options) The use case configured for the domain.default UseCaseStatus.Builderstatus(Consumer<OptionStatus.Builder> status) The current status of the use case for the domain.status(OptionStatus status) The current status of the use case for the domain.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
options
The use case configured for the domain.
- Parameters:
options- The use case configured for the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
options
The use case configured for the domain.
- Parameters:
options- The use case configured for the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the use case for the domain.
- Parameters:
status- The current status of the use case for the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the use case for the domain.
This is a convenience method that creates an instance of theOptionStatus.Builderavoiding the need to create one manually viaOptionStatus.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostatus(OptionStatus).- Parameters:
status- a consumer that will call methods onOptionStatus.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-