Uses of Interface
software.amazon.awssdk.services.elasticsearch.model.NodeToNodeEncryptionOptionsStatus.Builder
-
Packages that use NodeToNodeEncryptionOptionsStatus.Builder Package Description software.amazon.awssdk.services.elasticsearch.model -
-
Uses of NodeToNodeEncryptionOptionsStatus.Builder in software.amazon.awssdk.services.elasticsearch.model
Methods in software.amazon.awssdk.services.elasticsearch.model that return NodeToNodeEncryptionOptionsStatus.Builder Modifier and Type Method Description static NodeToNodeEncryptionOptionsStatus.Builder
NodeToNodeEncryptionOptionsStatus. builder()
default NodeToNodeEncryptionOptionsStatus.Builder
NodeToNodeEncryptionOptionsStatus.Builder. options(Consumer<NodeToNodeEncryptionOptions.Builder> options)
Specifies the node-to-node encryption options for the specified Elasticsearch domain.NodeToNodeEncryptionOptionsStatus.Builder
NodeToNodeEncryptionOptionsStatus.Builder. options(NodeToNodeEncryptionOptions options)
Specifies the node-to-node encryption options for the specified Elasticsearch domain.default NodeToNodeEncryptionOptionsStatus.Builder
NodeToNodeEncryptionOptionsStatus.Builder. status(Consumer<OptionStatus.Builder> status)
Specifies the status of the node-to-node encryption options for the specified Elasticsearch domain.NodeToNodeEncryptionOptionsStatus.Builder
NodeToNodeEncryptionOptionsStatus.Builder. status(OptionStatus status)
Specifies the status of the node-to-node encryption options for the specified Elasticsearch domain.NodeToNodeEncryptionOptionsStatus.Builder
NodeToNodeEncryptionOptionsStatus. toBuilder()
Methods in software.amazon.awssdk.services.elasticsearch.model that return types with arguments of type NodeToNodeEncryptionOptionsStatus.Builder Modifier and Type Method Description static Class<? extends NodeToNodeEncryptionOptionsStatus.Builder>
NodeToNodeEncryptionOptionsStatus. serializableBuilderClass()
Method parameters in software.amazon.awssdk.services.elasticsearch.model with type arguments of type NodeToNodeEncryptionOptionsStatus.Builder Modifier and Type Method Description default ElasticsearchDomainConfig.Builder
ElasticsearchDomainConfig.Builder. nodeToNodeEncryptionOptions(Consumer<NodeToNodeEncryptionOptionsStatus.Builder> nodeToNodeEncryptionOptions)
Specifies theNodeToNodeEncryptionOptions
for the Elasticsearch domain.
-