Interface DeleteCloudFrontOriginAccessIdentityRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CloudFrontRequest.Builder
,CopyableBuilder<DeleteCloudFrontOriginAccessIdentityRequest.Builder,DeleteCloudFrontOriginAccessIdentityRequest>
,SdkBuilder<DeleteCloudFrontOriginAccessIdentityRequest.Builder,DeleteCloudFrontOriginAccessIdentityRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- DeleteCloudFrontOriginAccessIdentityRequest
public static interface DeleteCloudFrontOriginAccessIdentityRequest.Builder extends CloudFrontRequest.Builder, SdkPojo, CopyableBuilder<DeleteCloudFrontOriginAccessIdentityRequest.Builder,DeleteCloudFrontOriginAccessIdentityRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteCloudFrontOriginAccessIdentityRequest.Builder
id(String id)
The origin access identity's ID.DeleteCloudFrontOriginAccessIdentityRequest.Builder
ifMatch(String ifMatch)
The value of theETag
header you received from a previousGET
orPUT
request.DeleteCloudFrontOriginAccessIdentityRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
DeleteCloudFrontOriginAccessIdentityRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
-
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
-
id
DeleteCloudFrontOriginAccessIdentityRequest.Builder id(String id)
The origin access identity's ID.
- Parameters:
id
- The origin access identity's ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ifMatch
DeleteCloudFrontOriginAccessIdentityRequest.Builder ifMatch(String ifMatch)
The value of the
ETag
header you received from a previousGET
orPUT
request. For example:E2QWRUHAPOMQZL
.- Parameters:
ifMatch
- The value of theETag
header you received from a previousGET
orPUT
request. For example:E2QWRUHAPOMQZL
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteCloudFrontOriginAccessIdentityRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteCloudFrontOriginAccessIdentityRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-