Interface DomainConfigurationSummary.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<DomainConfigurationSummary.Builder,DomainConfigurationSummary>
,SdkBuilder<DomainConfigurationSummary.Builder,DomainConfigurationSummary>
,SdkPojo
- Enclosing class:
- DomainConfigurationSummary
public static interface DomainConfigurationSummary.Builder extends SdkPojo, CopyableBuilder<DomainConfigurationSummary.Builder,DomainConfigurationSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DomainConfigurationSummary.Builder
domainConfigurationArn(String domainConfigurationArn)
The ARN of the domain configuration.DomainConfigurationSummary.Builder
domainConfigurationName(String domainConfigurationName)
The name of the domain configuration.DomainConfigurationSummary.Builder
serviceType(String serviceType)
The type of service delivered by the endpoint.DomainConfigurationSummary.Builder
serviceType(ServiceType serviceType)
The type of service delivered by the endpoint.-
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
-
domainConfigurationName
DomainConfigurationSummary.Builder domainConfigurationName(String domainConfigurationName)
The name of the domain configuration. This value must be unique to a region.
- Parameters:
domainConfigurationName
- The name of the domain configuration. This value must be unique to a region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainConfigurationArn
DomainConfigurationSummary.Builder domainConfigurationArn(String domainConfigurationArn)
The ARN of the domain configuration.
- Parameters:
domainConfigurationArn
- The ARN of the domain configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceType
DomainConfigurationSummary.Builder serviceType(String serviceType)
The type of service delivered by the endpoint.
- Parameters:
serviceType
- The type of service delivered by the endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ServiceType
,ServiceType
-
serviceType
DomainConfigurationSummary.Builder serviceType(ServiceType serviceType)
The type of service delivered by the endpoint.
- Parameters:
serviceType
- The type of service delivered by the endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ServiceType
,ServiceType
-
-