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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateDomainAssociationResponse.Builderdomain(String domain)The domain that you're moving.UpdateDomainAssociationResponse.BuildereTag(String eTag)The current version of the target distribution or distribution tenant that was associated with the domain.UpdateDomainAssociationResponse.BuilderresourceId(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 Detail
-
domain
UpdateDomainAssociationResponse.Builder domain(String 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
UpdateDomainAssociationResponse.Builder resourceId(String 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
UpdateDomainAssociationResponse.Builder eTag(String eTag)
The current version of the target distribution or distribution tenant that was associated with the domain.
- Parameters:
eTag- The current version of the target 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.
-
-