Interface UpdateDomainAssociationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CloudFrontResponse.Builder
,CopyableBuilder<UpdateDomainAssociationResponse.Builder,
,UpdateDomainAssociationResponse> SdkBuilder<UpdateDomainAssociationResponse.Builder,
,UpdateDomainAssociationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateDomainAssociationResponse
@Mutable
@NotThreadSafe
public static interface UpdateDomainAssociationResponse.Builder
extends CloudFrontResponse.Builder, SdkPojo, CopyableBuilder<UpdateDomainAssociationResponse.Builder,UpdateDomainAssociationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe domain that you're moving.The current version of the target standard distribution or distribution tenant that was associated with the domain.resourceId
(String resourceId) The intended destination for the domain.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 Details
-
domain
The domain that you're moving.
- Parameters:
domain
- The domain that you're moving.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceId
The intended destination for the domain.
- Parameters:
resourceId
- The intended destination for the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eTag
The current version of the target standard distribution or distribution tenant that was associated with the domain.
- Parameters:
eTag
- The current version of the target standard distribution or distribution tenant that was associated with the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-