Interface UpdateFieldLevelEncryptionConfigResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudFrontResponse.Builder,CopyableBuilder<UpdateFieldLevelEncryptionConfigResponse.Builder,UpdateFieldLevelEncryptionConfigResponse>,SdkBuilder<UpdateFieldLevelEncryptionConfigResponse.Builder,UpdateFieldLevelEncryptionConfigResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateFieldLevelEncryptionConfigResponse
@Mutable @NotThreadSafe public static interface UpdateFieldLevelEncryptionConfigResponse.Builder extends CloudFrontResponse.Builder, SdkPojo, CopyableBuilder<UpdateFieldLevelEncryptionConfigResponse.Builder,UpdateFieldLevelEncryptionConfigResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateFieldLevelEncryptionConfigResponse.BuildereTag(String eTag)The value of theETagheader that you received when updating the configuration.default UpdateFieldLevelEncryptionConfigResponse.BuilderfieldLevelEncryption(Consumer<FieldLevelEncryption.Builder> fieldLevelEncryption)Return the results of updating the configuration.UpdateFieldLevelEncryptionConfigResponse.BuilderfieldLevelEncryption(FieldLevelEncryption fieldLevelEncryption)Return the results of updating the configuration.-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
fieldLevelEncryption
UpdateFieldLevelEncryptionConfigResponse.Builder fieldLevelEncryption(FieldLevelEncryption fieldLevelEncryption)
Return the results of updating the configuration.
- Parameters:
fieldLevelEncryption- Return the results of updating the configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fieldLevelEncryption
default UpdateFieldLevelEncryptionConfigResponse.Builder fieldLevelEncryption(Consumer<FieldLevelEncryption.Builder> fieldLevelEncryption)
Return the results of updating the configuration.
This is a convenience method that creates an instance of theFieldLevelEncryption.Builderavoiding the need to create one manually viaFieldLevelEncryption.builder().When the
Consumercompletes,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)
-
eTag
UpdateFieldLevelEncryptionConfigResponse.Builder eTag(String eTag)
The value of the
ETagheader that you received when updating the configuration. For example:E2QWRUHAPOMQZL.- Parameters:
eTag- The value of theETagheader that you received when updating the configuration. For example:E2QWRUHAPOMQZL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-