| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
CreateCustomActionTypeResponse.Builder |
CreateCustomActionTypeResponse.Builder.actionType(ActionType actionType)
Returns information about the details of an action type.
|
default CreateCustomActionTypeResponse.Builder |
CreateCustomActionTypeResponse.Builder.actionType(Consumer<ActionType.Builder> actionType)
Returns information about the details of an action type.
|
static CreateCustomActionTypeResponse.Builder |
CreateCustomActionTypeResponse.builder() |
CreateCustomActionTypeResponse.Builder |
CreateCustomActionTypeResponse.Builder.tags(Collection<Tag> tags)
Specifies the tags applied to the custom action.
|
CreateCustomActionTypeResponse.Builder |
CreateCustomActionTypeResponse.Builder.tags(Consumer<Tag.Builder>... tags)
Specifies the tags applied to the custom action.
|
CreateCustomActionTypeResponse.Builder |
CreateCustomActionTypeResponse.Builder.tags(Tag... tags)
Specifies the tags applied to the custom action.
|
CreateCustomActionTypeResponse.Builder |
CreateCustomActionTypeResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateCustomActionTypeResponse.Builder> |
CreateCustomActionTypeResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.