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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateDistributionTenantWebAclResponse.BuildereTag(String eTag)The current version of the distribution tenant.AssociateDistributionTenantWebAclResponse.Builderid(String id)The ID of the distribution tenant.AssociateDistributionTenantWebAclResponse.BuilderwebACLArn(String webACLArn)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, 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 Detail
-
id
AssociateDistributionTenantWebAclResponse.Builder id(String 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
AssociateDistributionTenantWebAclResponse.Builder webACLArn(String 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
AssociateDistributionTenantWebAclResponse.Builder eTag(String 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.
-
-