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
Modifier and TypeMethodDescriptionmetadata
(Consumer<Metadata.Builder> metadata) Contains information about the action group output.Contains information about the action group output.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 Details
-
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
Contains information about the action group output.
This is a convenience method that creates an instance of theMetadata.Builder
avoiding the need to create one manually viaMetadata.builder()
.When the
Consumer
completes,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:
-
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.
-