public static interface CreateCustomActionTypeResponse.Builder extends CodePipelineResponse.Builder, SdkPojo, CopyableBuilder<CreateCustomActionTypeResponse.Builder,CreateCustomActionTypeResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateCustomActionTypeResponse.Builder |
actionType(ActionType actionType)
Returns information about the details of an action type.
|
default CreateCustomActionTypeResponse.Builder |
actionType(Consumer<ActionType.Builder> actionType)
Returns information about the details of an action type.
|
CreateCustomActionTypeResponse.Builder |
tags(Collection<Tag> tags)
Specifies the tags applied to the custom action.
|
CreateCustomActionTypeResponse.Builder |
tags(Consumer<Tag.Builder>... tags)
Specifies the tags applied to the custom action.
|
CreateCustomActionTypeResponse.Builder |
tags(Tag... tags)
Specifies the tags applied to the custom action.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateCustomActionTypeResponse.Builder actionType(ActionType actionType)
Returns information about the details of an action type.
actionType - Returns information about the details of an action type.default CreateCustomActionTypeResponse.Builder actionType(Consumer<ActionType.Builder> actionType)
Returns information about the details of an action type.
This is a convenience method that creates an instance of theActionType.Builder avoiding the need to
create one manually via ActionType.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to actionType(ActionType).
actionType - a consumer that will call methods on ActionType.BuilderactionType(ActionType)CreateCustomActionTypeResponse.Builder tags(Collection<Tag> tags)
Specifies the tags applied to the custom action.
tags - Specifies the tags applied to the custom action.CreateCustomActionTypeResponse.Builder tags(Tag... tags)
Specifies the tags applied to the custom action.
tags - Specifies the tags applied to the custom action.CreateCustomActionTypeResponse.Builder tags(Consumer<Tag.Builder>... tags)
Specifies the tags applied to the custom action.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) Copyright © 2023. All rights reserved.