Interface UpdateFieldLevelEncryptionConfigRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CloudFrontRequest.Builder
,CopyableBuilder<UpdateFieldLevelEncryptionConfigRequest.Builder,UpdateFieldLevelEncryptionConfigRequest>
,SdkBuilder<UpdateFieldLevelEncryptionConfigRequest.Builder,UpdateFieldLevelEncryptionConfigRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- UpdateFieldLevelEncryptionConfigRequest
public static interface UpdateFieldLevelEncryptionConfigRequest.Builder extends CloudFrontRequest.Builder, SdkPojo, CopyableBuilder<UpdateFieldLevelEncryptionConfigRequest.Builder,UpdateFieldLevelEncryptionConfigRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cloudfront.model.CloudFrontRequest.Builder
build
-
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
-
-
-
-
Method Detail
-
fieldLevelEncryptionConfig
UpdateFieldLevelEncryptionConfigRequest.Builder fieldLevelEncryptionConfig(FieldLevelEncryptionConfig fieldLevelEncryptionConfig)
Request to update a field-level encryption configuration.
- Parameters:
fieldLevelEncryptionConfig
- Request to update a field-level encryption configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fieldLevelEncryptionConfig
default UpdateFieldLevelEncryptionConfigRequest.Builder fieldLevelEncryptionConfig(Consumer<FieldLevelEncryptionConfig.Builder> fieldLevelEncryptionConfig)
Request to update a field-level encryption configuration.
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)
-
id
UpdateFieldLevelEncryptionConfigRequest.Builder id(String id)
The ID of the configuration you want to update.
- Parameters:
id
- The ID of the configuration you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ifMatch
UpdateFieldLevelEncryptionConfigRequest.Builder ifMatch(String ifMatch)
The value of the
ETag
header that you received when retrieving the configuration identity to update. For example:E2QWRUHAPOMQZL
.- Parameters:
ifMatch
- The value of theETag
header that you received when retrieving the configuration identity to update. For example:E2QWRUHAPOMQZL
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateFieldLevelEncryptionConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateFieldLevelEncryptionConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-