Interface CreateChatResponseConfigurationResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<CreateChatResponseConfigurationResponse.Builder,,- CreateChatResponseConfigurationResponse> - QBusinessResponse.Builder,- SdkBuilder<CreateChatResponseConfigurationResponse.Builder,,- CreateChatResponseConfigurationResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- CreateChatResponseConfigurationResponse
@Mutable
@NotThreadSafe
public static interface CreateChatResponseConfigurationResponse.Builder
extends QBusinessResponse.Builder, SdkPojo, CopyableBuilder<CreateChatResponseConfigurationResponse.Builder,CreateChatResponseConfigurationResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionchatResponseConfigurationArn(String chatResponseConfigurationArn) The Amazon Resource Name (ARN) of the newly created chat response configuration, which uniquely identifies the resource across all Amazon Web Services services.chatResponseConfigurationId(String chatResponseConfigurationId) The unique identifier assigned to a newly created chat response configuration, used for subsequent operations on this resource.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.qbusiness.model.QBusinessResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
chatResponseConfigurationIdCreateChatResponseConfigurationResponse.Builder chatResponseConfigurationId(String chatResponseConfigurationId) The unique identifier assigned to a newly created chat response configuration, used for subsequent operations on this resource. - Parameters:
- chatResponseConfigurationId- The unique identifier assigned to a newly created chat response configuration, used for subsequent operations on this resource.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
chatResponseConfigurationArnCreateChatResponseConfigurationResponse.Builder chatResponseConfigurationArn(String chatResponseConfigurationArn) The Amazon Resource Name (ARN) of the newly created chat response configuration, which uniquely identifies the resource across all Amazon Web Services services. - Parameters:
- chatResponseConfigurationArn- The Amazon Resource Name (ARN) of the newly created chat response configuration, which uniquely identifies the resource across all Amazon Web Services services.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-