Uses of Interface
software.amazon.awssdk.services.codepipeline.model.ActionTypeIdentifier.Builder
-
Packages that use ActionTypeIdentifier.Builder Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of ActionTypeIdentifier.Builder in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return ActionTypeIdentifier.Builder Modifier and Type Method Description static ActionTypeIdentifier.BuilderActionTypeIdentifier. builder()ActionTypeIdentifier.BuilderActionTypeIdentifier.Builder. category(String category)Defines what kind of action can be taken in the stage, one of the following:ActionTypeIdentifier.BuilderActionTypeIdentifier.Builder. category(ActionCategory category)Defines what kind of action can be taken in the stage, one of the following:ActionTypeIdentifier.BuilderActionTypeIdentifier.Builder. owner(String owner)The creator of the action type being called:AWSorThirdParty.ActionTypeIdentifier.BuilderActionTypeIdentifier.Builder. provider(String provider)The provider of the action type being called.ActionTypeIdentifier.BuilderActionTypeIdentifier. toBuilder()ActionTypeIdentifier.BuilderActionTypeIdentifier.Builder. version(String version)A string that describes the action type version.Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type ActionTypeIdentifier.Builder Modifier and Type Method Description static Class<? extends ActionTypeIdentifier.Builder>ActionTypeIdentifier. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codepipeline.model with type arguments of type ActionTypeIdentifier.Builder Modifier and Type Method Description default ActionTypeDeclaration.BuilderActionTypeDeclaration.Builder. id(Consumer<ActionTypeIdentifier.Builder> id)The action category, owner, provider, and version of the action type to be updated.
-