public static interface GetActionTypeResponse.Builder extends CodePipelineResponse.Builder, SdkPojo, CopyableBuilder<GetActionTypeResponse.Builder,GetActionTypeResponse>
| Modifier and Type | Method and Description |
|---|---|
GetActionTypeResponse.Builder |
actionType(ActionTypeDeclaration actionType)
The action type information for the requested action type, such as the action type ID.
|
default GetActionTypeResponse.Builder |
actionType(Consumer<ActionTypeDeclaration.Builder> actionType)
The action type information for the requested action type, such as the action type ID.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetActionTypeResponse.Builder actionType(ActionTypeDeclaration actionType)
The action type information for the requested action type, such as the action type ID.
actionType - The action type information for the requested action type, such as the action type ID.default GetActionTypeResponse.Builder actionType(Consumer<ActionTypeDeclaration.Builder> actionType)
The action type information for the requested action type, such as the action type ID.
This is a convenience method that creates an instance of theActionTypeDeclaration.Builder avoiding
the need to create one manually via ActionTypeDeclaration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to actionType(ActionTypeDeclaration).
actionType - a consumer that will call methods on ActionTypeDeclaration.BuilderactionType(ActionTypeDeclaration)Copyright © 2023. All rights reserved.