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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DomainConflict.BuilderaccountId(String accountId)The ID of the Amazon Web Services account for the domain conflict.DomainConflict.Builderdomain(String domain)The domain used to find existing conflicts for domain configurations.DomainConflict.BuilderresourceId(String resourceId)The ID of the resource that has a domain conflict.DomainConflict.BuilderresourceType(String resourceType)The CloudFront resource type that has a domain conflict.DomainConflict.BuilderresourceType(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 Detail
-
domain
DomainConflict.Builder domain(String 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
DomainConflict.Builder resourceType(String 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:
DistributionResourceType,DistributionResourceType
-
resourceType
DomainConflict.Builder resourceType(DistributionResourceType 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:
DistributionResourceType,DistributionResourceType
-
resourceId
DomainConflict.Builder resourceId(String 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
DomainConflict.Builder accountId(String 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.
-
-