Interface AdvancedOptionsStatus.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AdvancedOptionsStatus.Builder,,- AdvancedOptionsStatus> - SdkBuilder<AdvancedOptionsStatus.Builder,,- AdvancedOptionsStatus> - SdkPojo
- Enclosing class:
- AdvancedOptionsStatus
@Mutable
@NotThreadSafe
public static interface AdvancedOptionsStatus.Builder
extends SdkPojo, CopyableBuilder<AdvancedOptionsStatus.Builder,AdvancedOptionsStatus> 
- 
Method SummaryModifier and TypeMethodDescriptionSpecifies the status of advanced options for the specified Elasticsearch domain.default AdvancedOptionsStatus.Builderstatus(Consumer<OptionStatus.Builder> status) Specifies the status ofOptionStatusfor advanced options for the specified Elasticsearch domain.status(OptionStatus status) Specifies the status ofOptionStatusfor advanced options for the specified Elasticsearch domain.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
optionsSpecifies the status of advanced options for the specified Elasticsearch domain. - Parameters:
- options- Specifies the status of advanced options for the specified Elasticsearch domain.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusSpecifies the status of OptionStatusfor advanced options for the specified Elasticsearch domain.- Parameters:
- status- Specifies the status of- OptionStatusfor advanced options for the specified Elasticsearch domain.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusSpecifies the status of This is a convenience method that creates an instance of theOptionStatusfor advanced options for the specified Elasticsearch domain.OptionStatus.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 on- OptionStatus.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-