public static interface UpdateActionTypeRequest.Builder extends CodePipelineRequest.Builder, SdkPojo, CopyableBuilder<UpdateActionTypeRequest.Builder,UpdateActionTypeRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateActionTypeRequest.Builder |
actionType(ActionTypeDeclaration actionType)
The action type definition for the action type to be updated.
|
default UpdateActionTypeRequest.Builder |
actionType(Consumer<ActionTypeDeclaration.Builder> actionType)
The action type definition for the action type to be updated.
|
UpdateActionTypeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateActionTypeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateActionTypeRequest.Builder actionType(ActionTypeDeclaration actionType)
The action type definition for the action type to be updated.
actionType - The action type definition for the action type to be updated.default UpdateActionTypeRequest.Builder actionType(Consumer<ActionTypeDeclaration.Builder> actionType)
The action type definition for the action type to be updated.
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)UpdateActionTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateActionTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.