public static interface CreateFieldLevelEncryptionConfigResponse.Builder extends CloudFrontResponse.Builder, SdkPojo, CopyableBuilder<CreateFieldLevelEncryptionConfigResponse.Builder,CreateFieldLevelEncryptionConfigResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateFieldLevelEncryptionConfigResponse.Builder |
eTag(String eTag)
The current version of the field level encryption configuration.
|
default CreateFieldLevelEncryptionConfigResponse.Builder |
fieldLevelEncryption(Consumer<FieldLevelEncryption.Builder> fieldLevelEncryption)
Returned when you create a new field-level encryption configuration.
|
CreateFieldLevelEncryptionConfigResponse.Builder |
fieldLevelEncryption(FieldLevelEncryption fieldLevelEncryption)
Returned when you create a new field-level encryption configuration.
|
CreateFieldLevelEncryptionConfigResponse.Builder |
location(String location)
The fully qualified URI of the new configuration resource just created.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildCreateFieldLevelEncryptionConfigResponse.Builder fieldLevelEncryption(FieldLevelEncryption fieldLevelEncryption)
Returned when you create a new field-level encryption configuration.
fieldLevelEncryption - Returned when you create a new field-level encryption configuration.default CreateFieldLevelEncryptionConfigResponse.Builder fieldLevelEncryption(Consumer<FieldLevelEncryption.Builder> fieldLevelEncryption)
Returned when you create a new field-level encryption configuration.
This is a convenience that creates an instance of theFieldLevelEncryption.Builder avoiding the need
to create one manually via FieldLevelEncryption.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to fieldLevelEncryption(FieldLevelEncryption).fieldLevelEncryption - a consumer that will call methods on FieldLevelEncryption.BuilderfieldLevelEncryption(FieldLevelEncryption)CreateFieldLevelEncryptionConfigResponse.Builder location(String location)
The fully qualified URI of the new configuration resource just created. For example:
https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-config/EDFDVBD632BHDS5.
location - The fully qualified URI of the new configuration resource just created. For example:
https://cloudfront.amazonaws.com/2010-11-01/field-level-encryption-config/EDFDVBD632BHDS5
.CreateFieldLevelEncryptionConfigResponse.Builder eTag(String eTag)
The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL.
eTag - The current version of the field level encryption configuration. For example:
E2QWRUHAPOMQZL.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.