Interface GetActionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetActionResponse.Builder,GetActionResponse>,FisResponse.Builder,SdkBuilder<GetActionResponse.Builder,GetActionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetActionResponse
public static interface GetActionResponse.Builder extends FisResponse.Builder, SdkPojo, CopyableBuilder<GetActionResponse.Builder,GetActionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetActionResponse.Builderaction(Consumer<Action.Builder> action)Information about the action.GetActionResponse.Builderaction(Action action)Information about the action.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.fis.model.FisResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
action
GetActionResponse.Builder action(Action action)
Information about the action.
- Parameters:
action- Information about the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
action
default GetActionResponse.Builder action(Consumer<Action.Builder> action)
Information about the action.
This is a convenience method that creates an instance of theAction.Builderavoiding the need to create one manually viaAction.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toaction(Action).- Parameters:
action- a consumer that will call methods onAction.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
action(Action)
-
-