Interface ActionGroupInvocationOutput.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ActionGroupInvocationOutput.Builder,ActionGroupInvocationOutput>,SdkBuilder<ActionGroupInvocationOutput.Builder,ActionGroupInvocationOutput>,SdkPojo
- Enclosing class:
- ActionGroupInvocationOutput
@Mutable @NotThreadSafe public static interface ActionGroupInvocationOutput.Builder extends SdkPojo, CopyableBuilder<ActionGroupInvocationOutput.Builder,ActionGroupInvocationOutput>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ActionGroupInvocationOutput.Buildermetadata(Consumer<Metadata.Builder> metadata)Contains information about the action group output.ActionGroupInvocationOutput.Buildermetadata(Metadata metadata)Contains information about the action group output.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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
metadata
ActionGroupInvocationOutput.Builder metadata(Metadata metadata)
Contains information about the action group output.
- Parameters:
metadata- Contains information about the action group output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metadata
default ActionGroupInvocationOutput.Builder metadata(Consumer<Metadata.Builder> metadata)
Contains information about the action group output.
This is a convenience method that creates an instance of theMetadata.Builderavoiding the need to create one manually viaMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tometadata(Metadata).- Parameters:
metadata- a consumer that will call methods onMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
metadata(Metadata)
-
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.
-
-