public static interface CreateCustomActionTypeResponse.Builder extends CodePipelineResponse.Builder, 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 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)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.