Interface DomainConflict.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DomainConflict.Builder,
,DomainConflict> SdkBuilder<DomainConflict.Builder,
,DomainConflict> SdkPojo
- Enclosing class:
DomainConflict
@Mutable
@NotThreadSafe
public static interface DomainConflict.Builder
extends SdkPojo, CopyableBuilder<DomainConflict.Builder,DomainConflict>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the Amazon Web Services account for the domain conflict.The domain used to find existing conflicts for domain configurations.resourceId
(String resourceId) The ID of the resource that has a domain conflict.resourceType
(String resourceType) The CloudFront resource type that has a domain conflict.resourceType
(DistributionResourceType resourceType) The CloudFront resource type that has a domain conflict.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
-
Method Details
-
domain
The domain used to find existing conflicts for domain configurations.
- Parameters:
domain
- The domain used to find existing conflicts for domain configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
The CloudFront resource type that has a domain conflict.
- Parameters:
resourceType
- The CloudFront resource type that has a domain conflict.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceType
The CloudFront resource type that has a domain conflict.
- Parameters:
resourceType
- The CloudFront resource type that has a domain conflict.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceId
The ID of the resource that has a domain conflict.
- Parameters:
resourceId
- The ID of the resource that has a domain conflict.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountId
The ID of the Amazon Web Services account for the domain conflict.
- Parameters:
accountId
- The ID of the Amazon Web Services account for the domain conflict.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-