public static interface NodeToNodeEncryptionOptionsStatus.Builder extends SdkPojo, CopyableBuilder<NodeToNodeEncryptionOptionsStatus.Builder,NodeToNodeEncryptionOptionsStatus>
Modifier and Type | Method and Description |
---|---|
default NodeToNodeEncryptionOptionsStatus.Builder |
options(Consumer<NodeToNodeEncryptionOptions.Builder> options)
Specifies the node-to-node encryption options for the specified Elasticsearch domain.
|
NodeToNodeEncryptionOptionsStatus.Builder |
options(NodeToNodeEncryptionOptions options)
Specifies the node-to-node encryption options for the specified Elasticsearch domain.
|
default NodeToNodeEncryptionOptionsStatus.Builder |
status(Consumer<OptionStatus.Builder> status)
Specifies the status of the node-to-node encryption options for the specified Elasticsearch domain.
|
NodeToNodeEncryptionOptionsStatus.Builder |
status(OptionStatus status)
Specifies the status of the node-to-node encryption options for the specified Elasticsearch domain.
|
copy
applyMutation, build
NodeToNodeEncryptionOptionsStatus.Builder options(NodeToNodeEncryptionOptions options)
Specifies the node-to-node encryption options for the specified Elasticsearch domain.
options
- Specifies the node-to-node encryption options for the specified Elasticsearch domain.default NodeToNodeEncryptionOptionsStatus.Builder options(Consumer<NodeToNodeEncryptionOptions.Builder> options)
Specifies the node-to-node encryption options for the specified Elasticsearch domain.
This is a convenience that creates an instance of theNodeToNodeEncryptionOptions.Builder
avoiding
the need to create one manually via NodeToNodeEncryptionOptions.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to options(NodeToNodeEncryptionOptions)
.options
- a consumer that will call methods on NodeToNodeEncryptionOptions.Builder
options(NodeToNodeEncryptionOptions)
NodeToNodeEncryptionOptionsStatus.Builder status(OptionStatus status)
Specifies the status of the node-to-node encryption options for the specified Elasticsearch domain.
status
- Specifies the status of the node-to-node encryption options for the specified Elasticsearch domain.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 that creates an instance of theOptionStatus.Builder
avoiding the need to
create one manually via OptionStatus.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to status(OptionStatus)
.status
- a consumer that will call methods on OptionStatus.Builder
status(OptionStatus)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.