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.
|
copy
applyMutation, build
EncryptionAtRestOptionsStatus.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 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.Builder
options(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 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.