public static interface UpdateDomainConfigurationResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<UpdateDomainConfigurationResponse.Builder,UpdateDomainConfigurationResponse>
Modifier and Type | Method and Description |
---|---|
UpdateDomainConfigurationResponse.Builder |
domainConfigurationArn(String domainConfigurationArn)
The ARN of the domain configuration that was updated.
|
UpdateDomainConfigurationResponse.Builder |
domainConfigurationName(String domainConfigurationName)
The name of the domain configuration that was updated.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
UpdateDomainConfigurationResponse.Builder domainConfigurationName(String domainConfigurationName)
The name of the domain configuration that was updated.
domainConfigurationName
- The name of the domain configuration that was updated.UpdateDomainConfigurationResponse.Builder domainConfigurationArn(String domainConfigurationArn)
The ARN of the domain configuration that was updated.
domainConfigurationArn
- The ARN of the domain configuration that was updated.Copyright © 2020. All rights reserved.