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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetFieldLevelEncryptionConfigResponse.Builder
eTag(String eTag)
The current version of the field level encryption configuration.default GetFieldLevelEncryptionConfigResponse.Builder
fieldLevelEncryptionConfig(Consumer<FieldLevelEncryptionConfig.Builder> fieldLevelEncryptionConfig)
Return the field-level encryption configuration information.GetFieldLevelEncryptionConfigResponse.Builder
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 Detail
-
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:
fieldLevelEncryptionConfig(FieldLevelEncryptionConfig)
-
eTag
GetFieldLevelEncryptionConfigResponse.Builder eTag(String 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.
-
-