Interface InvocationResultMember.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<InvocationResultMember.Builder,,- InvocationResultMember> - SdkBuilder<InvocationResultMember.Builder,,- InvocationResultMember> - SdkPojo
- Enclosing class:
- InvocationResultMember
@Mutable
@NotThreadSafe
public static interface InvocationResultMember.Builder
extends SdkPojo, CopyableBuilder<InvocationResultMember.Builder,InvocationResultMember> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault InvocationResultMember.BuilderapiResult(Consumer<ApiResult.Builder> apiResult) The result from the API response from the action group invocation.The result from the API response from the action group invocation.default InvocationResultMember.BuilderfunctionResult(Consumer<FunctionResult.Builder> functionResult) The result from the function from the action group invocation.functionResult(FunctionResult functionResult) The result from the function from the action group invocation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
apiResultThe result from the API response from the action group invocation. - Parameters:
- apiResult- The result from the API response from the action group invocation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
apiResultThe result from the API response from the action group invocation. This is a convenience method that creates an instance of theApiResult.Builderavoiding the need to create one manually viaApiResult.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toapiResult(ApiResult).- Parameters:
- apiResult- a consumer that will call methods on- ApiResult.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
functionResultThe result from the function from the action group invocation. - Parameters:
- functionResult- The result from the function from the action group invocation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
functionResultdefault InvocationResultMember.Builder functionResult(Consumer<FunctionResult.Builder> functionResult) The result from the function from the action group invocation. This is a convenience method that creates an instance of theFunctionResult.Builderavoiding the need to create one manually viaFunctionResult.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofunctionResult(FunctionResult).- Parameters:
- functionResult- a consumer that will call methods on- FunctionResult.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-