Interface UpdateActionTypeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodePipelineRequest.Builder,CopyableBuilder<UpdateActionTypeRequest.Builder,UpdateActionTypeRequest>,SdkBuilder<UpdateActionTypeRequest.Builder,UpdateActionTypeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateActionTypeRequest
public static interface UpdateActionTypeRequest.Builder extends CodePipelineRequest.Builder, SdkPojo, CopyableBuilder<UpdateActionTypeRequest.Builder,UpdateActionTypeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateActionTypeRequest.BuilderactionType(Consumer<ActionTypeDeclaration.Builder> actionType)The action type definition for the action type to be updated.UpdateActionTypeRequest.BuilderactionType(ActionTypeDeclaration actionType)The action type definition for the action type to be updated.UpdateActionTypeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateActionTypeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.codepipeline.model.CodePipelineRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
actionType
UpdateActionTypeRequest.Builder actionType(ActionTypeDeclaration actionType)
The action type definition for the action type to be updated.
- Parameters:
actionType- The action type definition for the action type to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionType
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.Builderavoiding the need to create one manually viaActionTypeDeclaration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toactionType(ActionTypeDeclaration).- Parameters:
actionType- a consumer that will call methods onActionTypeDeclaration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
actionType(ActionTypeDeclaration)
-
overrideConfiguration
UpdateActionTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateActionTypeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-