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)
The node-to-node encryption options for the specified domain.
|
NodeToNodeEncryptionOptionsStatus.Builder |
options(NodeToNodeEncryptionOptions options)
The node-to-node encryption options for the specified domain.
|
default NodeToNodeEncryptionOptionsStatus.Builder |
status(Consumer<OptionStatus.Builder> status)
The status of the node-to-node encryption options for the specified domain.
|
NodeToNodeEncryptionOptionsStatus.Builder |
status(OptionStatus status)
The status of the node-to-node encryption options for the specified domain.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNodeToNodeEncryptionOptionsStatus.Builder options(NodeToNodeEncryptionOptions options)
The node-to-node encryption options for the specified domain.
options - The node-to-node encryption options for the specified domain.default NodeToNodeEncryptionOptionsStatus.Builder options(Consumer<NodeToNodeEncryptionOptions.Builder> options)
The node-to-node encryption options for the specified domain.
This is a convenience method 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.Builderoptions(NodeToNodeEncryptionOptions)NodeToNodeEncryptionOptionsStatus.Builder status(OptionStatus status)
The status of the node-to-node encryption options for the specified domain.
status - The status of the node-to-node encryption options for the specified domain.default NodeToNodeEncryptionOptionsStatus.Builder status(Consumer<OptionStatus.Builder> status)
The status of the node-to-node encryption options for the specified domain.
This is a convenience method 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.Builderstatus(OptionStatus)Copyright © 2022. All rights reserved.