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)
Encryption at rest options for the specified domain.
|
EncryptionAtRestOptionsStatus.Builder |
options(EncryptionAtRestOptions options)
Encryption at rest options for the specified domain.
|
default EncryptionAtRestOptionsStatus.Builder |
status(Consumer<OptionStatus.Builder> status)
The status of the encryption at rest options for the specified domain.
|
EncryptionAtRestOptionsStatus.Builder |
status(OptionStatus status)
The status of the encryption at rest options for the specified domain.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEncryptionAtRestOptionsStatus.Builder options(EncryptionAtRestOptions options)
Encryption at rest options for the specified domain.
options - Encryption at rest options for the specified domain.default EncryptionAtRestOptionsStatus.Builder options(Consumer<EncryptionAtRestOptions.Builder> options)
Encryption at rest options for the specified 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)
The status of the encryption at rest options for the specified domain.
status - The status of the encryption at rest options for the specified domain.default EncryptionAtRestOptionsStatus.Builder status(Consumer<OptionStatus.Builder> status)
The status of the encryption at rest 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 © 2023. All rights reserved.