Interface SetTypeDefaultVersionRequest.Builder

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

  • Method Details

    • arn

      The Amazon Resource Name (ARN) of the extension for which you want version summary information.

      Conditional: You must specify either TypeName and Type, or Arn.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the extension for which you want version summary information.

      Conditional: You must specify either TypeName and Type, or Arn.

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

      The kind of extension.

      Conditional: You must specify either TypeName and Type, or Arn.

      Parameters:
      type - The kind of extension.

      Conditional: You must specify either TypeName and Type, or Arn.

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

      The kind of extension.

      Conditional: You must specify either TypeName and Type, or Arn.

      Parameters:
      type - The kind of extension.

      Conditional: You must specify either TypeName and Type, or Arn.

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

      The name of the extension.

      Conditional: You must specify either TypeName and Type, or Arn.

      Parameters:
      typeName - The name of the extension.

      Conditional: You must specify either TypeName and Type, or Arn.

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

      The ID of a specific version of the extension. The version ID is the value at the end of the Amazon Resource Name (ARN) assigned to the extension version when it is registered.

      Parameters:
      versionId - The ID of a specific version of the extension. The version ID is the value at the end of the Amazon Resource Name (ARN) assigned to the extension version when it is registered.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      SetTypeDefaultVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
    • overrideConfiguration

      Specified by:
      overrideConfiguration in interface AwsRequest.Builder