public static interface GetActionResponse.Builder extends FisResponse.Builder, SdkPojo, CopyableBuilder<GetActionResponse.Builder,GetActionResponse>
| Modifier and Type | Method and Description |
|---|---|
GetActionResponse.Builder |
action(Action action)
Information about the action.
|
default GetActionResponse.Builder |
action(Consumer<Action.Builder> action)
Information about the action.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetActionResponse.Builder action(Action action)
Information about the action.
action - Information about the action.default GetActionResponse.Builder action(Consumer<Action.Builder> action)
Information about the action.
This is a convenience that creates an instance of theAction.Builder avoiding the need to create one
manually via Action.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to action(Action).action - a consumer that will call methods on Action.Builderaction(Action)Copyright © 2021. All rights reserved.