Interface DeleteDistributionTenantRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudFrontRequest.Builder,CopyableBuilder<DeleteDistributionTenantRequest.Builder,DeleteDistributionTenantRequest>,SdkBuilder<DeleteDistributionTenantRequest.Builder,DeleteDistributionTenantRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteDistributionTenantRequest
@Mutable @NotThreadSafe public static interface DeleteDistributionTenantRequest.Builder extends CloudFrontRequest.Builder, SdkPojo, CopyableBuilder<DeleteDistributionTenantRequest.Builder,DeleteDistributionTenantRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteDistributionTenantRequest.Builderid(String id)The ID of the distribution tenant to delete.DeleteDistributionTenantRequest.BuilderifMatch(String ifMatch)The value of theETagheader that you received when retrieving the distribution tenant.DeleteDistributionTenantRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteDistributionTenantRequest.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
DeleteDistributionTenantRequest.Builder id(String id)
The ID of the distribution tenant to delete.
- Parameters:
id- The ID of the distribution tenant to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ifMatch
DeleteDistributionTenantRequest.Builder ifMatch(String ifMatch)
The value of the
ETagheader that you received when retrieving the distribution tenant. This value is returned in the response of theGetDistributionTenantAPI operation.- Parameters:
ifMatch- The value of theETagheader that you received when retrieving the distribution tenant. This value is returned in the response of theGetDistributionTenantAPI operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteDistributionTenantRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteDistributionTenantRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-