Interface UpdateCloudFrontOriginAccessIdentityRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudFrontRequest.Builder,CopyableBuilder<UpdateCloudFrontOriginAccessIdentityRequest.Builder,UpdateCloudFrontOriginAccessIdentityRequest>,SdkBuilder<UpdateCloudFrontOriginAccessIdentityRequest.Builder,UpdateCloudFrontOriginAccessIdentityRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateCloudFrontOriginAccessIdentityRequest
@Mutable @NotThreadSafe public static interface UpdateCloudFrontOriginAccessIdentityRequest.Builder extends CloudFrontRequest.Builder, SdkPojo, CopyableBuilder<UpdateCloudFrontOriginAccessIdentityRequest.Builder,UpdateCloudFrontOriginAccessIdentityRequest>
-
-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
cloudFrontOriginAccessIdentityConfig
UpdateCloudFrontOriginAccessIdentityRequest.Builder cloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig cloudFrontOriginAccessIdentityConfig)
The identity's configuration information.
- Parameters:
cloudFrontOriginAccessIdentityConfig- The identity's configuration information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cloudFrontOriginAccessIdentityConfig
default UpdateCloudFrontOriginAccessIdentityRequest.Builder cloudFrontOriginAccessIdentityConfig(Consumer<CloudFrontOriginAccessIdentityConfig.Builder> cloudFrontOriginAccessIdentityConfig)
The identity's configuration information.
This is a convenience method that creates an instance of theCloudFrontOriginAccessIdentityConfig.Builderavoiding the need to create one manually viaCloudFrontOriginAccessIdentityConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig).- Parameters:
cloudFrontOriginAccessIdentityConfig- a consumer that will call methods onCloudFrontOriginAccessIdentityConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
cloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig)
-
id
UpdateCloudFrontOriginAccessIdentityRequest.Builder id(String id)
The identity's id.
- Parameters:
id- The identity's id.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ifMatch
UpdateCloudFrontOriginAccessIdentityRequest.Builder ifMatch(String ifMatch)
The value of the
ETagheader that you received when retrieving the identity's configuration. For example:E2QWRUHAPOMQZL.- Parameters:
ifMatch- The value of theETagheader that you received when retrieving the identity's configuration. For example:E2QWRUHAPOMQZL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateCloudFrontOriginAccessIdentityRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateCloudFrontOriginAccessIdentityRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-