Interface NodeToNodeEncryptionOptionsStatus.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<NodeToNodeEncryptionOptionsStatus.Builder,NodeToNodeEncryptionOptionsStatus>,SdkBuilder<NodeToNodeEncryptionOptionsStatus.Builder,NodeToNodeEncryptionOptionsStatus>,SdkPojo
- Enclosing class:
- NodeToNodeEncryptionOptionsStatus
@Mutable @NotThreadSafe public static interface NodeToNodeEncryptionOptionsStatus.Builder extends SdkPojo, CopyableBuilder<NodeToNodeEncryptionOptionsStatus.Builder,NodeToNodeEncryptionOptionsStatus>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default NodeToNodeEncryptionOptionsStatus.Builderoptions(Consumer<NodeToNodeEncryptionOptions.Builder> options)Specifies the node-to-node encryption options for the specified Elasticsearch domain.NodeToNodeEncryptionOptionsStatus.Builderoptions(NodeToNodeEncryptionOptions options)Specifies the node-to-node encryption options for the specified Elasticsearch domain.default NodeToNodeEncryptionOptionsStatus.Builderstatus(Consumer<OptionStatus.Builder> status)Specifies the status of the node-to-node encryption options for the specified Elasticsearch domain.NodeToNodeEncryptionOptionsStatus.Builderstatus(OptionStatus status)Specifies the status of the node-to-node encryption options for the specified Elasticsearch domain.-
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 Detail
-
options
NodeToNodeEncryptionOptionsStatus.Builder options(NodeToNodeEncryptionOptions options)
Specifies the node-to-node encryption options for the specified Elasticsearch domain.
- Parameters:
options- Specifies the node-to-node encryption options for the specified Elasticsearch domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
options
default NodeToNodeEncryptionOptionsStatus.Builder options(Consumer<NodeToNodeEncryptionOptions.Builder> options)
Specifies the node-to-node encryption options for the specified Elasticsearch domain.
This is a convenience method that creates an instance of theNodeToNodeEncryptionOptions.Builderavoiding the need to create one manually viaNodeToNodeEncryptionOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooptions(NodeToNodeEncryptionOptions).- Parameters:
options- a consumer that will call methods onNodeToNodeEncryptionOptions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
options(NodeToNodeEncryptionOptions)
-
status
NodeToNodeEncryptionOptionsStatus.Builder status(OptionStatus status)
Specifies the status of the node-to-node encryption options for the specified Elasticsearch domain.
- Parameters:
status- Specifies the status of the node-to-node encryption options for the specified Elasticsearch domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
default NodeToNodeEncryptionOptionsStatus.Builder status(Consumer<OptionStatus.Builder> status)
Specifies the status of the node-to-node encryption options for the specified Elasticsearch 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:
status(OptionStatus)
-
-