public static interface UngroupResourcesResponse.Builder extends ResourceGroupsResponse.Builder, SdkPojo, CopyableBuilder<UngroupResourcesResponse.Builder,UngroupResourcesResponse>
| Modifier and Type | Method and Description |
|---|---|
UngroupResourcesResponse.Builder |
failed(Collection<FailedResource> failed)
A list of any resources that failed to be removed from the group by this operation.
|
UngroupResourcesResponse.Builder |
failed(Consumer<FailedResource.Builder>... failed)
A list of any resources that failed to be removed from the group by this operation.
|
UngroupResourcesResponse.Builder |
failed(FailedResource... failed)
A list of any resources that failed to be removed from the group by this operation.
|
UngroupResourcesResponse.Builder |
pending(Collection<PendingResource> pending)
A list of any resources that are still in the process of being removed from the group by this operation.
|
UngroupResourcesResponse.Builder |
pending(Consumer<PendingResource.Builder>... pending)
A list of any resources that are still in the process of being removed from the group by this operation.
|
UngroupResourcesResponse.Builder |
pending(PendingResource... pending)
A list of any resources that are still in the process of being removed from the group by this operation.
|
UngroupResourcesResponse.Builder |
succeeded(Collection<String> succeeded)
A list of resources that were successfully removed from the group by this operation.
|
UngroupResourcesResponse.Builder |
succeeded(String... succeeded)
A list of resources that were successfully removed from the group by this operation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUngroupResourcesResponse.Builder succeeded(Collection<String> succeeded)
A list of resources that were successfully removed from the group by this operation.
succeeded - A list of resources that were successfully removed from the group by this operation.UngroupResourcesResponse.Builder succeeded(String... succeeded)
A list of resources that were successfully removed from the group by this operation.
succeeded - A list of resources that were successfully removed from the group by this operation.UngroupResourcesResponse.Builder failed(Collection<FailedResource> failed)
A list of any resources that failed to be removed from the group by this operation.
failed - A list of any resources that failed to be removed from the group by this operation.UngroupResourcesResponse.Builder failed(FailedResource... failed)
A list of any resources that failed to be removed from the group by this operation.
failed - A list of any resources that failed to be removed from the group by this operation.UngroupResourcesResponse.Builder failed(Consumer<FailedResource.Builder>... failed)
A list of any resources that failed to be removed from the group by this operation.
This is a convenience method that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #failed(List) .failed - a consumer that will call methods on List.Builder #failed(List) UngroupResourcesResponse.Builder pending(Collection<PendingResource> pending)
A list of any resources that are still in the process of being removed from the group by this operation.
These pending removals continue asynchronously. You can check the status of pending removals by using the
ListGroupResources operation. After the resource is successfully removed, it no longer
appears in the response.
pending - A list of any resources that are still in the process of being removed from the group by this
operation. These pending removals continue asynchronously. You can check the status of pending
removals by using the ListGroupResources operation. After the resource is
successfully removed, it no longer appears in the response.UngroupResourcesResponse.Builder pending(PendingResource... pending)
A list of any resources that are still in the process of being removed from the group by this operation.
These pending removals continue asynchronously. You can check the status of pending removals by using the
ListGroupResources operation. After the resource is successfully removed, it no longer
appears in the response.
pending - A list of any resources that are still in the process of being removed from the group by this
operation. These pending removals continue asynchronously. You can check the status of pending
removals by using the ListGroupResources operation. After the resource is
successfully removed, it no longer appears in the response.UngroupResourcesResponse.Builder pending(Consumer<PendingResource.Builder>... pending)
A list of any resources that are still in the process of being removed from the group by this operation.
These pending removals continue asynchronously. You can check the status of pending removals by using the
ListGroupResources operation. After the resource is successfully removed, it no longer
appears in the response.
List.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #pending(List) .pending - a consumer that will call methods on List.Builder #pending(List) Copyright © 2022. All rights reserved.