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 Summary
Modifier 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.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods 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.
-
webACLArn
The 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.
-
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.
-