Uses of Interface
software.amazon.awssdk.services.codepipeline.model.ActionTypeId.Builder
-
Packages that use ActionTypeId.Builder Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of ActionTypeId.Builder in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return ActionTypeId.Builder Modifier and Type Method Description static ActionTypeId.BuilderActionTypeId. builder()ActionTypeId.BuilderActionTypeId.Builder. category(String category)A category defines what kind of action can be taken in the stage, and constrains the provider type for the action.ActionTypeId.BuilderActionTypeId.Builder. category(ActionCategory category)A category defines what kind of action can be taken in the stage, and constrains the provider type for the action.ActionTypeId.BuilderActionTypeId.Builder. owner(String owner)The creator of the action being called.ActionTypeId.BuilderActionTypeId.Builder. owner(ActionOwner owner)The creator of the action being called.ActionTypeId.BuilderActionTypeId.Builder. provider(String provider)The provider of the service being called by the action.ActionTypeId.BuilderActionTypeId. toBuilder()ActionTypeId.BuilderActionTypeId.Builder. version(String version)A string that describes the action version.Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type ActionTypeId.Builder Modifier and Type Method Description static Class<? extends ActionTypeId.Builder>ActionTypeId. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codepipeline.model with type arguments of type ActionTypeId.Builder Modifier and Type Method Description default ActionDeclaration.BuilderActionDeclaration.Builder. actionTypeId(Consumer<ActionTypeId.Builder> actionTypeId)Specifies the action type and the provider of the action.default ActionExecutionInput.BuilderActionExecutionInput.Builder. actionTypeId(Consumer<ActionTypeId.Builder> actionTypeId)Sets the value of the ActionTypeId property for this object.default JobData.BuilderJobData.Builder. actionTypeId(Consumer<ActionTypeId.Builder> actionTypeId)Represents information about an action type.default PollForJobsRequest.BuilderPollForJobsRequest.Builder. actionTypeId(Consumer<ActionTypeId.Builder> actionTypeId)Represents information about an action type.default PollForThirdPartyJobsRequest.BuilderPollForThirdPartyJobsRequest.Builder. actionTypeId(Consumer<ActionTypeId.Builder> actionTypeId)Represents information about an action type.default ThirdPartyJobData.BuilderThirdPartyJobData.Builder. actionTypeId(Consumer<ActionTypeId.Builder> actionTypeId)Represents information about an action type.default ActionType.BuilderActionType.Builder. id(Consumer<ActionTypeId.Builder> id)Represents information about an action type.
-