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.Builder
text(String text)
Sets the value of the Text property for this object.-
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)
Sets the value of the Text property for this object.- Parameters:
text
- The new value for the Text property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-