Interface UpdateCustomActionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,ChatbotResponse.Builder,CopyableBuilder<UpdateCustomActionResponse.Builder,,UpdateCustomActionResponse> SdkBuilder<UpdateCustomActionResponse.Builder,,UpdateCustomActionResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdateCustomActionResponse
@Mutable
@NotThreadSafe
public static interface UpdateCustomActionResponse.Builder
extends ChatbotResponse.Builder, SdkPojo, CopyableBuilder<UpdateCustomActionResponse.Builder,UpdateCustomActionResponse>
-
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.
-