Interface CreateCustomActionResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,ChatbotResponse.Builder,CopyableBuilder<CreateCustomActionResponse.Builder,,CreateCustomActionResponse> SdkBuilder<CreateCustomActionResponse.Builder,,CreateCustomActionResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 CreateCustomActionResponse
public static interface CreateCustomActionResponse.Builder
extends ChatbotResponse.Builder, SdkPojo, CopyableBuilder<CreateCustomActionResponse.Builder,CreateCustomActionResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptioncustomActionArn(String customActionArn) The fully defined ARN of the custom action.Methods inherited from interface software.amazon.awssdk.services.chatbot.model.ChatbotResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
customActionArn
The fully defined ARN of the custom action.
- Parameters:
 customActionArn- The fully defined ARN of the custom action.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -