Uses of Interface
software.amazon.awssdk.services.chatbot.model.CreateCustomActionResponse.Builder
-
Packages that use CreateCustomActionResponse.Builder Package Description software.amazon.awssdk.services.chatbot.model -
-
Uses of CreateCustomActionResponse.Builder in software.amazon.awssdk.services.chatbot.model
Methods in software.amazon.awssdk.services.chatbot.model that return CreateCustomActionResponse.Builder Modifier and Type Method Description static CreateCustomActionResponse.BuilderCreateCustomActionResponse. builder()CreateCustomActionResponse.BuilderCreateCustomActionResponse.Builder. customActionArn(String customActionArn)The fully defined ARN of the custom action.CreateCustomActionResponse.BuilderCreateCustomActionResponse. toBuilder()Methods in software.amazon.awssdk.services.chatbot.model that return types with arguments of type CreateCustomActionResponse.Builder Modifier and Type Method Description static Class<? extends CreateCustomActionResponse.Builder>CreateCustomActionResponse. serializableBuilderClass()
-