Interface GetFieldLevelEncryptionConfigResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CloudFrontResponse.Builder
,CopyableBuilder<GetFieldLevelEncryptionConfigResponse.Builder,
,GetFieldLevelEncryptionConfigResponse> SdkBuilder<GetFieldLevelEncryptionConfigResponse.Builder,
,GetFieldLevelEncryptionConfigResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetFieldLevelEncryptionConfigResponse
public static interface GetFieldLevelEncryptionConfigResponse.Builder
extends CloudFrontResponse.Builder, SdkPojo, CopyableBuilder<GetFieldLevelEncryptionConfigResponse.Builder,GetFieldLevelEncryptionConfigResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe current version of the field level encryption configuration.fieldLevelEncryptionConfig
(Consumer<FieldLevelEncryptionConfig.Builder> fieldLevelEncryptionConfig) Return the field-level encryption configuration information.fieldLevelEncryptionConfig
(FieldLevelEncryptionConfig fieldLevelEncryptionConfig) Return the field-level encryption configuration information.Methods inherited from interface software.amazon.awssdk.services.cloudfront.model.CloudFrontResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
fieldLevelEncryptionConfig
GetFieldLevelEncryptionConfigResponse.Builder fieldLevelEncryptionConfig(FieldLevelEncryptionConfig fieldLevelEncryptionConfig) Return the field-level encryption configuration information.
- Parameters:
fieldLevelEncryptionConfig
- Return the field-level encryption configuration information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fieldLevelEncryptionConfig
default GetFieldLevelEncryptionConfigResponse.Builder fieldLevelEncryptionConfig(Consumer<FieldLevelEncryptionConfig.Builder> fieldLevelEncryptionConfig) Return the field-level encryption configuration information.
This is a convenience method that creates an instance of theFieldLevelEncryptionConfig.Builder
avoiding the need to create one manually viaFieldLevelEncryptionConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofieldLevelEncryptionConfig(FieldLevelEncryptionConfig)
.- Parameters:
fieldLevelEncryptionConfig
- a consumer that will call methods onFieldLevelEncryptionConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
eTag
The current version of the field level encryption configuration. For example:
E2QWRUHAPOMQZL
.- Parameters:
eTag
- The current version of the field level encryption configuration. For example:E2QWRUHAPOMQZL
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-