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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourceSetSummary.Builderdescription(String description)A description of the resource set.ResourceSetSummary.Builderid(String id)A unique identifier for the resource set.ResourceSetSummary.BuilderlastUpdateTime(Instant lastUpdateTime)The last time that the resource set was changed.ResourceSetSummary.Buildername(String name)The descriptive name of the resource set.ResourceSetSummary.BuilderresourceSetStatus(String resourceSetStatus)Indicates whether the resource set is in or out of an admin's Region scope.ResourceSetSummary.BuilderresourceSetStatus(ResourceSetStatus resourceSetStatus)Indicates whether the resource set is in or out of an admin's Region scope.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
id
ResourceSetSummary.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.
- 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
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.
- 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,ResourceSetStatus
-
-
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:
ResourceSetStatus,ResourceSetStatus
-
-
-