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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDomainConfigurationResponse.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 method that creates an instance of theServerCertificateSummary.Builder avoiding the need to
create one manually via ServerCertificateSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #serverCertificates(List.
serverCertificates - a consumer that will call methods on
ServerCertificateSummary.Builder#serverCertificates(java.util.Collection) 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 method 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.BuilderauthorizerConfig(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,
DomainConfigurationStatusDescribeDomainConfigurationResponse.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,
DomainConfigurationStatusDescribeDomainConfigurationResponse.Builder serviceType(String serviceType)
The type of service delivered by the endpoint.
serviceType - The type of service delivered by the endpoint.ServiceType,
ServiceTypeDescribeDomainConfigurationResponse.Builder serviceType(ServiceType serviceType)
The type of service delivered by the endpoint.
serviceType - The type of service delivered by the endpoint.ServiceType,
ServiceTypeDescribeDomainConfigurationResponse.Builder domainType(String domainType)
The type of the domain.
domainType - The type of the domain.DomainType,
DomainTypeDescribeDomainConfigurationResponse.Builder domainType(DomainType domainType)
The type of the domain.
domainType - The type of the domain.DomainType,
DomainTypeDescribeDomainConfigurationResponse.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.Copyright © 2022. All rights reserved.