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