Interface CreateFieldLevelEncryptionConfigResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CloudFrontResponse.Builder
,CopyableBuilder<CreateFieldLevelEncryptionConfigResponse.Builder,CreateFieldLevelEncryptionConfigResponse>
,SdkBuilder<CreateFieldLevelEncryptionConfigResponse.Builder,CreateFieldLevelEncryptionConfigResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- CreateFieldLevelEncryptionConfigResponse
public static interface CreateFieldLevelEncryptionConfigResponse.Builder extends CloudFrontResponse.Builder, SdkPojo, CopyableBuilder<CreateFieldLevelEncryptionConfigResponse.Builder,CreateFieldLevelEncryptionConfigResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method 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.-
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
-
fieldLevelEncryption
CreateFieldLevelEncryptionConfigResponse.Builder fieldLevelEncryption(FieldLevelEncryption fieldLevelEncryption)
Returned when you create a new field-level encryption configuration.
- Parameters:
fieldLevelEncryption
- Returned when you create a new field-level encryption configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fieldLevelEncryption
default CreateFieldLevelEncryptionConfigResponse.Builder fieldLevelEncryption(Consumer<FieldLevelEncryption.Builder> fieldLevelEncryption)
Returned when you create a new field-level encryption configuration.
This is a convenience method that creates an instance of theFieldLevelEncryption.Builder
avoiding the need to create one manually viaFieldLevelEncryption.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofieldLevelEncryption(FieldLevelEncryption)
.- Parameters:
fieldLevelEncryption
- a consumer that will call methods onFieldLevelEncryption.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
fieldLevelEncryption(FieldLevelEncryption)
-
location
CreateFieldLevelEncryptionConfigResponse.Builder location(String location)
The fully qualified URI of the new configuration resource just created.
- Parameters:
location
- The fully qualified URI of the new configuration resource just created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eTag
CreateFieldLevelEncryptionConfigResponse.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.
-
-