Interface ProvisionedResource.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ProvisionedResource.Builder,ProvisionedResource>, SdkBuilder<ProvisionedResource.Builder,ProvisionedResource>, SdkPojo
Enclosing class:
ProvisionedResource

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

    • identifier

      ProvisionedResource.Builder identifier(String identifier)

      The provisioned resource identifier.

      Parameters:
      identifier - The provisioned resource identifier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The provisioned resource name.

      Parameters:
      name - The provisioned resource name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • provisioningEngine

      ProvisionedResource.Builder provisioningEngine(String provisioningEngine)

      The resource provisioning engine. At this time, CLOUDFORMATION can be used for Amazon Web Services-managed provisioning, and TERRAFORM can be used for self-managed provisioning.

      For more information, see Self-managed provisioning in the Proton User Guide.

      Parameters:
      provisioningEngine - The resource provisioning engine. At this time, CLOUDFORMATION can be used for Amazon Web Services-managed provisioning, and TERRAFORM can be used for self-managed provisioning.

      For more information, see Self-managed provisioning in the Proton User Guide.

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

      ProvisionedResource.Builder provisioningEngine(ProvisionedResourceEngine provisioningEngine)

      The resource provisioning engine. At this time, CLOUDFORMATION can be used for Amazon Web Services-managed provisioning, and TERRAFORM can be used for self-managed provisioning.

      For more information, see Self-managed provisioning in the Proton User Guide.

      Parameters:
      provisioningEngine - The resource provisioning engine. At this time, CLOUDFORMATION can be used for Amazon Web Services-managed provisioning, and TERRAFORM can be used for self-managed provisioning.

      For more information, see Self-managed provisioning in the Proton User Guide.

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