Interface DomainResult.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DomainResult.Builder,
,DomainResult> SdkBuilder<DomainResult.Builder,
,DomainResult> SdkPojo
- Enclosing class:
DomainResult
@Mutable
@NotThreadSafe
public static interface DomainResult.Builder
extends SdkPojo, CopyableBuilder<DomainResult.Builder,DomainResult>
-
Method Summary
Modifier and TypeMethodDescriptionThe specified domain.Whether the domain is active or inactive.status
(DomainStatus status) Whether the domain is active or inactive.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
domain
The specified domain.
- Parameters:
domain
- The specified domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Whether the domain is active or inactive.
- Parameters:
status
- Whether the domain is active or inactive.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Whether the domain is active or inactive.
- Parameters:
status
- Whether the domain is active or inactive.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-