public static interface DescribeDomainConfigurationResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<DescribeDomainConfigurationResponse.Builder,DescribeDomainConfigurationResponse>
Modifier and Type | Method and Description |
---|---|
DescribeDomainConfigurationResponse.Builder |
authorizerConfig(AuthorizerConfig authorizerConfig)
An object that specifies the authorization service for a domain.
|
default DescribeDomainConfigurationResponse.Builder |
authorizerConfig(Consumer<AuthorizerConfig.Builder> authorizerConfig)
An object that specifies the authorization service for a domain.
|
DescribeDomainConfigurationResponse.Builder |
domainConfigurationArn(String domainConfigurationArn)
The ARN of the domain configuration.
|
DescribeDomainConfigurationResponse.Builder |
domainConfigurationName(String domainConfigurationName)
The name of the domain configuration.
|
DescribeDomainConfigurationResponse.Builder |
domainConfigurationStatus(DomainConfigurationStatus domainConfigurationStatus)
A Boolean value that specifies the current state of the domain configuration.
|
DescribeDomainConfigurationResponse.Builder |
domainConfigurationStatus(String domainConfigurationStatus)
A Boolean value that specifies the current state of the domain configuration.
|
DescribeDomainConfigurationResponse.Builder |
domainName(String domainName)
The name of the domain.
|
DescribeDomainConfigurationResponse.Builder |
domainType(DomainType domainType)
The type of the domain.
|
DescribeDomainConfigurationResponse.Builder |
domainType(String domainType)
The type of the domain.
|
DescribeDomainConfigurationResponse.Builder |
lastStatusChangeDate(Instant lastStatusChangeDate)
The date and time the domain configuration's status was last changed.
|
DescribeDomainConfigurationResponse.Builder |
serverCertificates(Collection<ServerCertificateSummary> serverCertificates)
A list containing summary information about the server certificate included in the domain configuration.
|
DescribeDomainConfigurationResponse.Builder |
serverCertificates(Consumer<ServerCertificateSummary.Builder>... serverCertificates)
A list containing summary information about the server certificate included in the domain configuration.
|
DescribeDomainConfigurationResponse.Builder |
serverCertificates(ServerCertificateSummary... serverCertificates)
A list containing summary information about the server certificate included in the domain configuration.
|
DescribeDomainConfigurationResponse.Builder |
serviceType(ServiceType serviceType)
The type of service delivered by the endpoint.
|
DescribeDomainConfigurationResponse.Builder |
serviceType(String serviceType)
The type of service delivered by the endpoint.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeDomainConfigurationResponse.Builder domainConfigurationName(String domainConfigurationName)
The name of the domain configuration.
domainConfigurationName
- The name of the domain configuration.DescribeDomainConfigurationResponse.Builder domainConfigurationArn(String domainConfigurationArn)
The ARN of the domain configuration.
domainConfigurationArn
- The ARN of the domain configuration.DescribeDomainConfigurationResponse.Builder domainName(String domainName)
The name of the domain.
domainName
- The name of the domain.DescribeDomainConfigurationResponse.Builder serverCertificates(Collection<ServerCertificateSummary> serverCertificates)
A list containing summary information about the server certificate included in the domain configuration.
serverCertificates
- A list containing summary information about the server certificate included in the domain
configuration.DescribeDomainConfigurationResponse.Builder serverCertificates(ServerCertificateSummary... serverCertificates)
A list containing summary information about the server certificate included in the domain configuration.
serverCertificates
- A list containing summary information about the server certificate included in the domain
configuration.DescribeDomainConfigurationResponse.Builder serverCertificates(Consumer<ServerCertificateSummary.Builder>... serverCertificates)
A list containing summary information about the server certificate included in the domain configuration.
This is a convenience that creates an instance of theList.Builder
avoiding
the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #serverCertificates(List)
.serverCertificates
- a consumer that will call methods on List.Builder
#serverCertificates(List)
DescribeDomainConfigurationResponse.Builder authorizerConfig(AuthorizerConfig authorizerConfig)
An object that specifies the authorization service for a domain.
authorizerConfig
- An object that specifies the authorization service for a domain.default DescribeDomainConfigurationResponse.Builder authorizerConfig(Consumer<AuthorizerConfig.Builder> authorizerConfig)
An object that specifies the authorization service for a domain.
This is a convenience that creates an instance of theAuthorizerConfig.Builder
avoiding the need to
create one manually via AuthorizerConfig.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to authorizerConfig(AuthorizerConfig)
.authorizerConfig
- a consumer that will call methods on AuthorizerConfig.Builder
authorizerConfig(AuthorizerConfig)
DescribeDomainConfigurationResponse.Builder domainConfigurationStatus(String domainConfigurationStatus)
A Boolean value that specifies the current state of the domain configuration.
domainConfigurationStatus
- A Boolean value that specifies the current state of the domain configuration.DomainConfigurationStatus
,
DomainConfigurationStatus
DescribeDomainConfigurationResponse.Builder domainConfigurationStatus(DomainConfigurationStatus domainConfigurationStatus)
A Boolean value that specifies the current state of the domain configuration.
domainConfigurationStatus
- A Boolean value that specifies the current state of the domain configuration.DomainConfigurationStatus
,
DomainConfigurationStatus
DescribeDomainConfigurationResponse.Builder serviceType(String serviceType)
The type of service delivered by the endpoint.
serviceType
- The type of service delivered by the endpoint.ServiceType
,
ServiceType
DescribeDomainConfigurationResponse.Builder serviceType(ServiceType serviceType)
The type of service delivered by the endpoint.
serviceType
- The type of service delivered by the endpoint.ServiceType
,
ServiceType
DescribeDomainConfigurationResponse.Builder domainType(String domainType)
The type of the domain.
domainType
- The type of the domain.DomainType
,
DomainType
DescribeDomainConfigurationResponse.Builder domainType(DomainType domainType)
The type of the domain.
domainType
- The type of the domain.DomainType
,
DomainType
DescribeDomainConfigurationResponse.Builder lastStatusChangeDate(Instant lastStatusChangeDate)
The date and time the domain configuration's status was last changed.
lastStatusChangeDate
- The date and time the domain configuration's status was last changed.