Interface DescribeTypeRequest.Builder

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

  • Method Details

    • 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

      DescribeTypeRequest.Builder typeName(String 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.
    • arn

      The Amazon Resource Name (ARN) of the extension.

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

      Parameters:
      arn - The Amazon Resource Name (ARN) 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

      DescribeTypeRequest.Builder versionId(String 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.

      If you specify a VersionId, DescribeType returns information about that specific extension version. Otherwise, it returns information about the default extension version.

      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.

      If you specify a VersionId, DescribeType returns information about that specific extension version. Otherwise, it returns information about the default extension version.

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

      DescribeTypeRequest.Builder publisherId(String publisherId)

      The publisher ID of the extension publisher.

      Extensions provided by Amazon Web Services are not assigned a publisher ID.

      Parameters:
      publisherId - The publisher ID of the extension publisher.

      Extensions provided by Amazon Web Services are not assigned a publisher ID.

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

      DescribeTypeRequest.Builder publicVersionNumber(String publicVersionNumber)

      The version number of a public third-party extension.

      Parameters:
      publicVersionNumber - The version number of a public third-party extension.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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

      Specified by:
      overrideConfiguration in interface AwsRequest.Builder