Interface ActionGroupInvocationOutput.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ActionGroupInvocationOutput.Builder,ActionGroupInvocationOutput>,SdkBuilder<ActionGroupInvocationOutput.Builder,ActionGroupInvocationOutput>,SdkPojo
- Enclosing class:
- ActionGroupInvocationOutput
public static interface ActionGroupInvocationOutput.Builder extends SdkPojo, CopyableBuilder<ActionGroupInvocationOutput.Builder,ActionGroupInvocationOutput>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActionGroupInvocationOutput.Buildertext(String text)The JSON-formatted string returned by the API invoked by the action group.-
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, sdkFields
-
-
-
-
Method Detail
-
text
ActionGroupInvocationOutput.Builder text(String text)
The JSON-formatted string returned by the API invoked by the action group.
- Parameters:
text- The JSON-formatted string returned by the API invoked by the action group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-