public static interface EncryptionAtRestOptionsStatus.Builder extends SdkPojo, CopyableBuilder<EncryptionAtRestOptionsStatus.Builder,EncryptionAtRestOptionsStatus>
| Modifier and Type | Method and Description |
|---|---|
default EncryptionAtRestOptionsStatus.Builder |
options(Consumer<EncryptionAtRestOptions.Builder> options)
Specifies the Encryption At Rest options for the specified Elasticsearch domain.
|
EncryptionAtRestOptionsStatus.Builder |
options(EncryptionAtRestOptions options)
Specifies the Encryption At Rest options for the specified Elasticsearch domain.
|
default EncryptionAtRestOptionsStatus.Builder |
status(Consumer<OptionStatus.Builder> status)
Specifies the status of the Encryption At Rest options for the specified Elasticsearch domain.
|
EncryptionAtRestOptionsStatus.Builder |
status(OptionStatus status)
Specifies the status of the Encryption At Rest options for the specified Elasticsearch domain.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEncryptionAtRestOptionsStatus.Builder options(EncryptionAtRestOptions options)
Specifies the Encryption At Rest options for the specified Elasticsearch domain.
options - Specifies the Encryption At Rest options for the specified Elasticsearch domain.default EncryptionAtRestOptionsStatus.Builder options(Consumer<EncryptionAtRestOptions.Builder> options)
Specifies the Encryption At Rest options for the specified Elasticsearch domain.
This is a convenience method that creates an instance of theEncryptionAtRestOptions.Builder avoiding
the need to create one manually via EncryptionAtRestOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to options(EncryptionAtRestOptions).options - a consumer that will call methods on EncryptionAtRestOptions.Builderoptions(EncryptionAtRestOptions)EncryptionAtRestOptionsStatus.Builder status(OptionStatus status)
Specifies the status of the Encryption At Rest options for the specified Elasticsearch domain.
status - Specifies the status of the Encryption At Rest options for the specified Elasticsearch domain.default EncryptionAtRestOptionsStatus.Builder status(Consumer<OptionStatus.Builder> status)
Specifies the status of the Encryption At Rest options for the specified Elasticsearch 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.