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 Summary
Modifier 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.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.qbusiness.model.QBusinessResponse.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
chatResponseConfigurationId
CreateChatResponseConfigurationResponse.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.
-
chatResponseConfigurationArn
CreateChatResponseConfigurationResponse.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.
-