Interface DeactivateTypeRequest.Builder

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

  • Method Details

    • typeName

      The type name of the extension in this account and Region. If you specified a type name alias when enabling the extension, use the type name alias.

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

      Parameters:
      typeName - The type name of the extension in this account and Region. If you specified a type name alias when enabling the extension, use the type name alias.

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

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

      The extension type.

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

      Parameters:
      type - The extension type.

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

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

      The extension type.

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

      Parameters:
      type - The extension type.

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

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

      The Amazon Resource Name (ARN) for the extension in this account and Region.

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

      Parameters:
      arn - The Amazon Resource Name (ARN) for the extension in this account and Region.

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

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

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

      Specified by:
      overrideConfiguration in interface AwsRequest.Builder