public static interface UpdateDomainConfigurationRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<UpdateDomainConfigurationRequest.Builder,UpdateDomainConfigurationRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateDomainConfigurationRequest.Builder domainConfigurationName(String domainConfigurationName)
The name of the domain configuration to be updated.
domainConfigurationName - The name of the domain configuration to be updated.UpdateDomainConfigurationRequest.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 UpdateDomainConfigurationRequest.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)UpdateDomainConfigurationRequest.Builder domainConfigurationStatus(String domainConfigurationStatus)
The status to which the domain configuration should be updated.
domainConfigurationStatus - The status to which the domain configuration should be updated.DomainConfigurationStatus,
DomainConfigurationStatusUpdateDomainConfigurationRequest.Builder domainConfigurationStatus(DomainConfigurationStatus domainConfigurationStatus)
The status to which the domain configuration should be updated.
domainConfigurationStatus - The status to which the domain configuration should be updated.DomainConfigurationStatus,
DomainConfigurationStatusUpdateDomainConfigurationRequest.Builder removeAuthorizerConfig(Boolean removeAuthorizerConfig)
Removes the authorization configuration from a domain.
removeAuthorizerConfig - Removes the authorization configuration from a domain.UpdateDomainConfigurationRequest.Builder tlsConfig(TlsConfig tlsConfig)
An object that specifies the TLS configuration for a domain.
tlsConfig - An object that specifies the TLS configuration for a domain.default UpdateDomainConfigurationRequest.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 via TlsConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to tlsConfig(TlsConfig).
tlsConfig - a consumer that will call methods on TlsConfig.BuildertlsConfig(TlsConfig)UpdateDomainConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateDomainConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.