Interface DeleteCloudFrontOriginAccessIdentityRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudFrontRequest.Builder,CopyableBuilder<DeleteCloudFrontOriginAccessIdentityRequest.Builder,DeleteCloudFrontOriginAccessIdentityRequest>,SdkBuilder<DeleteCloudFrontOriginAccessIdentityRequest.Builder,DeleteCloudFrontOriginAccessIdentityRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteCloudFrontOriginAccessIdentityRequest
@Mutable @NotThreadSafe 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.Builderid(String id)The origin access identity's ID.DeleteCloudFrontOriginAccessIdentityRequest.BuilderifMatch(String ifMatch)The value of theETagheader you received from a previousGETorPUTrequest.DeleteCloudFrontOriginAccessIdentityRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteCloudFrontOriginAccessIdentityRequest.BuilderoverrideConfiguration(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, sdkFieldNameToField, 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
ETagheader you received from a previousGETorPUTrequest. For example:E2QWRUHAPOMQZL.- Parameters:
ifMatch- The value of theETagheader you received from a previousGETorPUTrequest. 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:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteCloudFrontOriginAccessIdentityRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-