Interface UpdateCustomActionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ChatbotResponse.Builder,CopyableBuilder<UpdateCustomActionResponse.Builder,UpdateCustomActionResponse>,SdkBuilder<UpdateCustomActionResponse.Builder,UpdateCustomActionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateCustomActionResponse
public static interface UpdateCustomActionResponse.Builder extends ChatbotResponse.Builder, SdkPojo, CopyableBuilder<UpdateCustomActionResponse.Builder,UpdateCustomActionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateCustomActionResponse.BuildercustomActionArn(String customActionArn)The fully defined ARN of the custom action.-
Methods inherited from interface software.amazon.awssdk.services.chatbot.model.ChatbotResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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 Detail
-
customActionArn
UpdateCustomActionResponse.Builder customActionArn(String 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.
-
-