Interface DisassociateDistributionTenantWebAclResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CloudFrontResponse.Builder
,CopyableBuilder<DisassociateDistributionTenantWebAclResponse.Builder,
,DisassociateDistributionTenantWebAclResponse> SdkBuilder<DisassociateDistributionTenantWebAclResponse.Builder,
,DisassociateDistributionTenantWebAclResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DisassociateDistributionTenantWebAclResponse
@Mutable
@NotThreadSafe
public static interface DisassociateDistributionTenantWebAclResponse.Builder
extends CloudFrontResponse.Builder, SdkPojo, CopyableBuilder<DisassociateDistributionTenantWebAclResponse.Builder,DisassociateDistributionTenantWebAclResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe current version of the distribution tenant.The ID of the distribution tenant.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 Details
-
id
The ID of the distribution tenant.
- Parameters:
id
- The ID of the distribution tenant.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eTag
The current version of the distribution tenant.
- Parameters:
eTag
- The current version of the distribution tenant.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-