public static interface DomainConfigurationSummary.Builder extends SdkPojo, CopyableBuilder<DomainConfigurationSummary.Builder,DomainConfigurationSummary>
| Modifier and Type | Method and 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(ServiceType serviceType)
The type of service delivered by the endpoint.
|
DomainConfigurationSummary.Builder |
serviceType(String serviceType)
The type of service delivered by the endpoint.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDomainConfigurationSummary.Builder domainConfigurationName(String domainConfigurationName)
The name of the domain configuration. This value must be unique to a region.
domainConfigurationName - The name of the domain configuration. This value must be unique to a region.DomainConfigurationSummary.Builder domainConfigurationArn(String domainConfigurationArn)
The ARN of the domain configuration.
domainConfigurationArn - The ARN of the domain configuration.DomainConfigurationSummary.Builder serviceType(String serviceType)
The type of service delivered by the endpoint.
serviceType - The type of service delivered by the endpoint.ServiceType,
ServiceTypeDomainConfigurationSummary.Builder serviceType(ServiceType serviceType)
The type of service delivered by the endpoint.
serviceType - The type of service delivered by the endpoint.ServiceType,
ServiceTypeCopyright © 2023. All rights reserved.