Interface ResourceSetSummary.Builder

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

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

    • id

      A unique identifier for the resource set. This ID is returned in the responses to create and list commands. You provide it to operations like update and delete.

      Parameters:
      id - A unique identifier for the resource set. This ID is returned in the responses to create and list commands. You provide it to operations like update and delete.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The descriptive name of the resource set. You can't change the name of a resource set after you create it.

      Parameters:
      name - The descriptive name of the resource set. You can't change the name of a resource set after you create it.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      ResourceSetSummary.Builder description(String description)

      A description of the resource set.

      Parameters:
      description - A description of the resource set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastUpdateTime

      ResourceSetSummary.Builder lastUpdateTime(Instant lastUpdateTime)

      The last time that the resource set was changed.

      Parameters:
      lastUpdateTime - The last time that the resource set was changed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceSetStatus

      ResourceSetSummary.Builder resourceSetStatus(String resourceSetStatus)

      Indicates whether the resource set is in or out of an admin's Region scope.

      • ACTIVE - The administrator can manage and delete the resource set.

      • OUT_OF_ADMIN_SCOPE - The administrator can view the resource set, but they can't edit or delete the resource set. Existing protections stay in place. Any new resource that come into scope of the resource set won't be protected.

      Parameters:
      resourceSetStatus - Indicates whether the resource set is in or out of an admin's Region scope.

      • ACTIVE - The administrator can manage and delete the resource set.

      • OUT_OF_ADMIN_SCOPE - The administrator can view the resource set, but they can't edit or delete the resource set. Existing protections stay in place. Any new resource that come into scope of the resource set won't be protected.

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

      ResourceSetSummary.Builder resourceSetStatus(ResourceSetStatus resourceSetStatus)

      Indicates whether the resource set is in or out of an admin's Region scope.

      • ACTIVE - The administrator can manage and delete the resource set.

      • OUT_OF_ADMIN_SCOPE - The administrator can view the resource set, but they can't edit or delete the resource set. Existing protections stay in place. Any new resource that come into scope of the resource set won't be protected.

      Parameters:
      resourceSetStatus - Indicates whether the resource set is in or out of an admin's Region scope.

      • ACTIVE - The administrator can manage and delete the resource set.

      • OUT_OF_ADMIN_SCOPE - The administrator can view the resource set, but they can't edit or delete the resource set. Existing protections stay in place. Any new resource that come into scope of the resource set won't be protected.

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