Interface DeregisterTypeRequest.Builder

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

public static interface DeregisterTypeRequest.Builder extends CloudFormationRequest.Builder, SdkPojo, CopyableBuilder<DeregisterTypeRequest.Builder,DeregisterTypeRequest>
  • Method Details

    • 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.
    • 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

      DeregisterTypeRequest.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.

      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

      DeregisterTypeRequest.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.