Interface AssociateDistributionTenantWebAclResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CloudFrontResponse.Builder,- CopyableBuilder<AssociateDistributionTenantWebAclResponse.Builder,,- AssociateDistributionTenantWebAclResponse> - SdkBuilder<AssociateDistributionTenantWebAclResponse.Builder,,- AssociateDistributionTenantWebAclResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- AssociateDistributionTenantWebAclResponse
@Mutable
@NotThreadSafe
public static interface AssociateDistributionTenantWebAclResponse.Builder
extends CloudFrontResponse.Builder, SdkPojo, CopyableBuilder<AssociateDistributionTenantWebAclResponse.Builder,AssociateDistributionTenantWebAclResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionThe current version of the distribution tenant.The ID of the distribution tenant.The ARN of the WAF web ACL that you associated with the distribution tenant.Methods inherited from interface software.amazon.awssdk.services.cloudfront.model.CloudFrontResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
idThe 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.
 
- 
webACLArnThe ARN of the WAF web ACL that you associated with the distribution tenant. - Parameters:
- webACLArn- The ARN of the WAF web ACL that you associated with the distribution tenant.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
eTagThe 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.
 
 
-