public static interface ListGroupResourcesItem.Builder extends SdkPojo, CopyableBuilder<ListGroupResourcesItem.Builder,ListGroupResourcesItem>
| Modifier and Type | Method and Description |
|---|---|
default ListGroupResourcesItem.Builder |
identifier(Consumer<ResourceIdentifier.Builder> identifier)
Sets the value of the Identifier property for this object.
|
ListGroupResourcesItem.Builder |
identifier(ResourceIdentifier identifier)
Sets the value of the Identifier property for this object.
|
default ListGroupResourcesItem.Builder |
status(Consumer<ResourceStatus.Builder> status)
A structure that contains the status of this resource's membership in the group.
|
ListGroupResourcesItem.Builder |
status(ResourceStatus status)
A structure that contains the status of this resource's membership in the group.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListGroupResourcesItem.Builder identifier(ResourceIdentifier identifier)
identifier - The new value for the Identifier property for this object.default ListGroupResourcesItem.Builder identifier(Consumer<ResourceIdentifier.Builder> identifier)
ResourceIdentifier.Builder avoiding the
need to create one manually via ResourceIdentifier.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to identifier(ResourceIdentifier).
identifier - a consumer that will call methods on ResourceIdentifier.Builderidentifier(ResourceIdentifier)ListGroupResourcesItem.Builder status(ResourceStatus status)
A structure that contains the status of this resource's membership in the group.
This field is present in the response only if the group is of type AWS::EC2::HostManagement.
status - A structure that contains the status of this resource's membership in the group.
This field is present in the response only if the group is of type
AWS::EC2::HostManagement.
default ListGroupResourcesItem.Builder status(Consumer<ResourceStatus.Builder> status)
A structure that contains the status of this resource's membership in the group.
This field is present in the response only if the group is of type AWS::EC2::HostManagement.
ResourceStatus.Builder avoiding
the need to create one manually via ResourceStatus.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to status(ResourceStatus).
status - a consumer that will call methods on ResourceStatus.Builderstatus(ResourceStatus)Copyright © 2023. All rights reserved.