Interface UpdateDomainConfigurationResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<UpdateDomainConfigurationResponse.Builder,,UpdateDomainConfigurationResponse> IotResponse.Builder,SdkBuilder<UpdateDomainConfigurationResponse.Builder,,UpdateDomainConfigurationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 UpdateDomainConfigurationResponse
public static interface UpdateDomainConfigurationResponse.Builder
extends IotResponse.Builder, SdkPojo, CopyableBuilder<UpdateDomainConfigurationResponse.Builder,UpdateDomainConfigurationResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptiondomainConfigurationArn(String domainConfigurationArn) The ARN of the domain configuration that was updated.domainConfigurationName(String domainConfigurationName) The name of the domain configuration that was updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iot.model.IotResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
domainConfigurationName
The name of the domain configuration that was updated.
- Parameters:
 domainConfigurationName- The name of the domain configuration that was updated.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
domainConfigurationArn
The ARN of the domain configuration that was updated.
- Parameters:
 domainConfigurationArn- The ARN of the domain configuration that was updated.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -