Interface DescribeDomainConfigurationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeDomainConfigurationResponse.Builder,
,DescribeDomainConfigurationResponse> IotResponse.Builder
,SdkBuilder<DescribeDomainConfigurationResponse.Builder,
,DescribeDomainConfigurationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeDomainConfigurationResponse
-
Method Summary
Modifier and TypeMethodDescriptionapplicationProtocol
(String applicationProtocol) An enumerated string that specifies the application-layer protocol.applicationProtocol
(ApplicationProtocol applicationProtocol) An enumerated string that specifies the application-layer protocol.authenticationType
(String authenticationType) An enumerated string that specifies the authentication type.authenticationType
(AuthenticationType authenticationType) An enumerated string that specifies the authentication type.authorizerConfig
(Consumer<AuthorizerConfig.Builder> authorizerConfig) An object that specifies the authorization service for a domain.authorizerConfig
(AuthorizerConfig authorizerConfig) An object that specifies the authorization service for a domain.clientCertificateConfig
(Consumer<ClientCertificateConfig.Builder> clientCertificateConfig) An object that specifies the client certificate configuration for a domain.clientCertificateConfig
(ClientCertificateConfig clientCertificateConfig) An object that specifies the client certificate configuration for a domain.domainConfigurationArn
(String domainConfigurationArn) The ARN of the domain configuration.domainConfigurationName
(String domainConfigurationName) The name of the domain configuration.domainConfigurationStatus
(String domainConfigurationStatus) A Boolean value that specifies the current state of the domain configuration.domainConfigurationStatus
(DomainConfigurationStatus domainConfigurationStatus) A Boolean value that specifies the current state of the domain configuration.domainName
(String domainName) The name of the domain.domainType
(String domainType) The type of the domain.domainType
(DomainType domainType) The type of the domain.lastStatusChangeDate
(Instant lastStatusChangeDate) The date and time the domain configuration's status was last changed.serverCertificateConfig
(Consumer<ServerCertificateConfig.Builder> serverCertificateConfig) The server certificate configuration.serverCertificateConfig
(ServerCertificateConfig serverCertificateConfig) The server certificate configuration.serverCertificates
(Collection<ServerCertificateSummary> serverCertificates) A list containing summary information about the server certificate included in the domain configuration.serverCertificates
(Consumer<ServerCertificateSummary.Builder>... serverCertificates) A list containing summary information about the server certificate included in the domain configuration.serverCertificates
(ServerCertificateSummary... serverCertificates) A list containing summary information about the server certificate included in the domain configuration.serviceType
(String serviceType) The type of service delivered by the endpoint.serviceType
(ServiceType serviceType) The type of service delivered by the endpoint.tlsConfig
(Consumer<TlsConfig.Builder> tlsConfig) An object that specifies the TLS configuration for a domain.An object that specifies the TLS configuration for a domain.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iot.model.IotResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
domainConfigurationName
The name of the domain configuration.
- Parameters:
domainConfigurationName
- The name of the domain configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
domainName
The name of the domain.
- Parameters:
domainName
- The name of the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serverCertificates
DescribeDomainConfigurationResponse.Builder serverCertificates(Collection<ServerCertificateSummary> serverCertificates) A list containing summary information about the server certificate included in the domain configuration.
- Parameters:
serverCertificates
- A list containing summary information about the server certificate included in the domain configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serverCertificates
DescribeDomainConfigurationResponse.Builder serverCertificates(ServerCertificateSummary... serverCertificates) A list containing summary information about the server certificate included in the domain configuration.
- Parameters:
serverCertificates
- A list containing summary information about the server certificate included in the domain configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serverCertificates
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 viaServerCertificateSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toserverCertificates(List<ServerCertificateSummary>)
.- Parameters:
serverCertificates
- a consumer that will call methods onServerCertificateSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
authorizerConfig
An object that specifies the authorization service for a domain.
- Parameters:
authorizerConfig
- An object that specifies the authorization service for a domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authorizerConfig
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 viaAuthorizerConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toauthorizerConfig(AuthorizerConfig)
.- Parameters:
authorizerConfig
- a consumer that will call methods onAuthorizerConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
domainConfigurationStatus
DescribeDomainConfigurationResponse.Builder domainConfigurationStatus(String domainConfigurationStatus) A Boolean value that specifies the current state of the domain configuration.
- Parameters:
domainConfigurationStatus
- A Boolean value that specifies the current state of the domain configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
domainConfigurationStatus
DescribeDomainConfigurationResponse.Builder domainConfigurationStatus(DomainConfigurationStatus domainConfigurationStatus) A Boolean value that specifies the current state of the domain configuration.
- Parameters:
domainConfigurationStatus
- A Boolean value that specifies the current state of the domain configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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
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:
-
domainType
The type of the domain.
- Parameters:
domainType
- The type of the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
domainType
The type of the domain.
- Parameters:
domainType
- The type of the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lastStatusChangeDate
The date and time the domain configuration's status was last changed.
- Parameters:
lastStatusChangeDate
- The date and time the domain configuration's status was last changed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tlsConfig
An object that specifies the TLS configuration for a domain.
- Parameters:
tlsConfig
- An object that specifies the TLS configuration for a domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tlsConfig
default DescribeDomainConfigurationResponse.Builder tlsConfig(Consumer<TlsConfig.Builder> tlsConfig) An object that specifies the TLS configuration for a domain.
This is a convenience method that creates an instance of theTlsConfig.Builder
avoiding the need to create one manually viaTlsConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totlsConfig(TlsConfig)
.- Parameters:
tlsConfig
- a consumer that will call methods onTlsConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
serverCertificateConfig
DescribeDomainConfigurationResponse.Builder serverCertificateConfig(ServerCertificateConfig serverCertificateConfig) The server certificate configuration.
- Parameters:
serverCertificateConfig
- The server certificate configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serverCertificateConfig
default DescribeDomainConfigurationResponse.Builder serverCertificateConfig(Consumer<ServerCertificateConfig.Builder> serverCertificateConfig) The server certificate configuration.
This is a convenience method that creates an instance of theServerCertificateConfig.Builder
avoiding the need to create one manually viaServerCertificateConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toserverCertificateConfig(ServerCertificateConfig)
.- Parameters:
serverCertificateConfig
- a consumer that will call methods onServerCertificateConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
authenticationType
An enumerated string that specifies the authentication type.
-
CUSTOM_AUTH_X509
- Use custom authentication and authorization with additional details from the X.509 client certificate.
-
CUSTOM_AUTH
- Use custom authentication and authorization. For more information, see Custom authentication and authorization.
-
AWS_X509
- Use X.509 client certificates without custom authentication and authorization. For more information, see X.509 client certificates.
-
AWS_SIGV4
- Use Amazon Web Services Signature Version 4. For more information, see IAM users, groups, and roles.
-
DEFAULT
- Use a combination of port and Application Layer Protocol Negotiation (ALPN) to specify authentication type. For more information, see Device communication protocols.
- Parameters:
authenticationType
- An enumerated string that specifies the authentication type.-
CUSTOM_AUTH_X509
- Use custom authentication and authorization with additional details from the X.509 client certificate.
-
CUSTOM_AUTH
- Use custom authentication and authorization. For more information, see Custom authentication and authorization.
-
AWS_X509
- Use X.509 client certificates without custom authentication and authorization. For more information, see X.509 client certificates.
-
AWS_SIGV4
- Use Amazon Web Services Signature Version 4. For more information, see IAM users, groups, and roles.
-
DEFAULT
- Use a combination of port and Application Layer Protocol Negotiation (ALPN) to specify authentication type. For more information, see Device communication protocols.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
authenticationType
DescribeDomainConfigurationResponse.Builder authenticationType(AuthenticationType authenticationType) An enumerated string that specifies the authentication type.
-
CUSTOM_AUTH_X509
- Use custom authentication and authorization with additional details from the X.509 client certificate.
-
CUSTOM_AUTH
- Use custom authentication and authorization. For more information, see Custom authentication and authorization.
-
AWS_X509
- Use X.509 client certificates without custom authentication and authorization. For more information, see X.509 client certificates.
-
AWS_SIGV4
- Use Amazon Web Services Signature Version 4. For more information, see IAM users, groups, and roles.
-
DEFAULT
- Use a combination of port and Application Layer Protocol Negotiation (ALPN) to specify authentication type. For more information, see Device communication protocols.
- Parameters:
authenticationType
- An enumerated string that specifies the authentication type.-
CUSTOM_AUTH_X509
- Use custom authentication and authorization with additional details from the X.509 client certificate.
-
CUSTOM_AUTH
- Use custom authentication and authorization. For more information, see Custom authentication and authorization.
-
AWS_X509
- Use X.509 client certificates without custom authentication and authorization. For more information, see X.509 client certificates.
-
AWS_SIGV4
- Use Amazon Web Services Signature Version 4. For more information, see IAM users, groups, and roles.
-
DEFAULT
- Use a combination of port and Application Layer Protocol Negotiation (ALPN) to specify authentication type. For more information, see Device communication protocols.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
applicationProtocol
An enumerated string that specifies the application-layer protocol.
-
SECURE_MQTT
- MQTT over TLS.
-
MQTT_WSS
- MQTT over WebSocket.
-
HTTPS
- HTTP over TLS.
-
DEFAULT
- Use a combination of port and Application Layer Protocol Negotiation (ALPN) to specify application_layer protocol. For more information, see Device communication protocols.
- Parameters:
applicationProtocol
- An enumerated string that specifies the application-layer protocol.-
SECURE_MQTT
- MQTT over TLS.
-
MQTT_WSS
- MQTT over WebSocket.
-
HTTPS
- HTTP over TLS.
-
DEFAULT
- Use a combination of port and Application Layer Protocol Negotiation (ALPN) to specify application_layer protocol. For more information, see Device communication protocols.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
applicationProtocol
DescribeDomainConfigurationResponse.Builder applicationProtocol(ApplicationProtocol applicationProtocol) An enumerated string that specifies the application-layer protocol.
-
SECURE_MQTT
- MQTT over TLS.
-
MQTT_WSS
- MQTT over WebSocket.
-
HTTPS
- HTTP over TLS.
-
DEFAULT
- Use a combination of port and Application Layer Protocol Negotiation (ALPN) to specify application_layer protocol. For more information, see Device communication protocols.
- Parameters:
applicationProtocol
- An enumerated string that specifies the application-layer protocol.-
SECURE_MQTT
- MQTT over TLS.
-
MQTT_WSS
- MQTT over WebSocket.
-
HTTPS
- HTTP over TLS.
-
DEFAULT
- Use a combination of port and Application Layer Protocol Negotiation (ALPN) to specify application_layer protocol. For more information, see Device communication protocols.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
clientCertificateConfig
DescribeDomainConfigurationResponse.Builder clientCertificateConfig(ClientCertificateConfig clientCertificateConfig) An object that specifies the client certificate configuration for a domain.
- Parameters:
clientCertificateConfig
- An object that specifies the client certificate configuration for a domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientCertificateConfig
default DescribeDomainConfigurationResponse.Builder clientCertificateConfig(Consumer<ClientCertificateConfig.Builder> clientCertificateConfig) An object that specifies the client certificate configuration for a domain.
This is a convenience method that creates an instance of theClientCertificateConfig.Builder
avoiding the need to create one manually viaClientCertificateConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toclientCertificateConfig(ClientCertificateConfig)
.- Parameters:
clientCertificateConfig
- a consumer that will call methods onClientCertificateConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-