Interface GetActionTypeRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CodePipelineRequest.Builder, CopyableBuilder<GetActionTypeRequest.Builder,GetActionTypeRequest>, SdkBuilder<GetActionTypeRequest.Builder,GetActionTypeRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
GetActionTypeRequest

public static interface GetActionTypeRequest.Builder extends CodePipelineRequest.Builder, SdkPojo, CopyableBuilder<GetActionTypeRequest.Builder,GetActionTypeRequest>
  • Method Details

    • category

      Defines what kind of action can be taken in the stage. The following are the valid values:

      • Source

      • Build

      • Test

      • Deploy

      • Approval

      • Invoke

      Parameters:
      category - Defines what kind of action can be taken in the stage. The following are the valid values:

      • Source

      • Build

      • Test

      • Deploy

      • Approval

      • Invoke

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • category

      Defines what kind of action can be taken in the stage. The following are the valid values:

      • Source

      • Build

      • Test

      • Deploy

      • Approval

      • Invoke

      Parameters:
      category - Defines what kind of action can be taken in the stage. The following are the valid values:

      • Source

      • Build

      • Test

      • Deploy

      • Approval

      • Invoke

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • owner

      The creator of an action type that was created with any supported integration model. There are two valid values: AWS and ThirdParty.

      Parameters:
      owner - The creator of an action type that was created with any supported integration model. There are two valid values: AWS and ThirdParty.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • provider

      The provider of the action type being called. The provider name is specified when the action type is created.

      Parameters:
      provider - The provider of the action type being called. The provider name is specified when the action type is created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • version

      A string that describes the action type version.

      Parameters:
      version - A string that describes the action type version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      GetActionTypeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.