public static interface ResourceSetSummary.Builder extends SdkPojo, CopyableBuilder<ResourceSetSummary.Builder,ResourceSetSummary>
| Modifier and Type | Method and Description |
|---|---|
ResourceSetSummary.Builder |
description(String description)
A description of the resource set.
|
ResourceSetSummary.Builder |
id(String id)
A unique identifier for the resource set.
|
ResourceSetSummary.Builder |
lastUpdateTime(Instant lastUpdateTime)
The last time that the resource set was changed.
|
ResourceSetSummary.Builder |
name(String name)
The descriptive name of the resource set.
|
ResourceSetSummary.Builder |
resourceSetStatus(ResourceSetStatus resourceSetStatus)
Indicates whether the resource set is in or out of an admin's Region scope.
|
ResourceSetSummary.Builder |
resourceSetStatus(String resourceSetStatus)
Indicates whether the resource set is in or out of an admin's Region scope.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResourceSetSummary.Builder id(String 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.
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.ResourceSetSummary.Builder name(String name)
The descriptive name of the resource set. You can't change the name of a resource set after you create it.
name - The descriptive name of the resource set. You can't change the name of a resource set after you create
it.ResourceSetSummary.Builder description(String description)
A description of the resource set.
description - A description of the resource set.ResourceSetSummary.Builder lastUpdateTime(Instant lastUpdateTime)
The last time that the resource set was changed.
lastUpdateTime - The last time that the resource set was changed.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.
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.
ResourceSetStatus,
ResourceSetStatusResourceSetSummary.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.
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.
ResourceSetStatus,
ResourceSetStatusCopyright © 2023. All rights reserved.