Interface AssociateDistributionWebAclResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudFrontResponse.Builder,CopyableBuilder<AssociateDistributionWebAclResponse.Builder,AssociateDistributionWebAclResponse>,SdkBuilder<AssociateDistributionWebAclResponse.Builder,AssociateDistributionWebAclResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- AssociateDistributionWebAclResponse
@Mutable @NotThreadSafe public static interface AssociateDistributionWebAclResponse.Builder extends CloudFrontResponse.Builder, SdkPojo, CopyableBuilder<AssociateDistributionWebAclResponse.Builder,AssociateDistributionWebAclResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateDistributionWebAclResponse.BuildereTag(String eTag)The current version of the distribution.AssociateDistributionWebAclResponse.Builderid(String id)The ID of the distribution.AssociateDistributionWebAclResponse.BuilderwebACLArn(String webACLArn)The ARN of the WAF web ACL that you associated with the distribution.-
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
AssociateDistributionWebAclResponse.Builder id(String id)
The ID of the distribution.
- Parameters:
id- The ID of the distribution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
webACLArn
AssociateDistributionWebAclResponse.Builder webACLArn(String webACLArn)
The ARN of the WAF web ACL that you associated with the distribution.
- Parameters:
webACLArn- The ARN of the WAF web ACL that you associated with the distribution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eTag
AssociateDistributionWebAclResponse.Builder eTag(String eTag)
The current version of the distribution.
- Parameters:
eTag- The current version of the distribution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-