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)
The resources that failed to be removed from the group.
|
UngroupResourcesResponse.Builder |
failed(Consumer<FailedResource.Builder>... failed)
The resources that failed to be removed from the group.
|
UngroupResourcesResponse.Builder |
failed(FailedResource... failed)
The resources that failed to be removed from the group.
|
UngroupResourcesResponse.Builder |
succeeded(Collection<String> succeeded)
The ARNs of the resources that were successfully removed from the group.
|
UngroupResourcesResponse.Builder |
succeeded(String... succeeded)
The ARNs of the resources that were successfully removed from the group.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUngroupResourcesResponse.Builder succeeded(Collection<String> succeeded)
The ARNs of the resources that were successfully removed from the group.
succeeded - The ARNs of the resources that were successfully removed from the group.UngroupResourcesResponse.Builder succeeded(String... succeeded)
The ARNs of the resources that were successfully removed from the group.
succeeded - The ARNs of the resources that were successfully removed from the group.UngroupResourcesResponse.Builder failed(Collection<FailedResource> failed)
The resources that failed to be removed from the group.
failed - The resources that failed to be removed from the group.UngroupResourcesResponse.Builder failed(FailedResource... failed)
The resources that failed to be removed from the group.
failed - The resources that failed to be removed from the group.UngroupResourcesResponse.Builder failed(Consumer<FailedResource.Builder>... failed)
The resources that failed to be removed from the group.
This is a convenience 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) Copyright © 2020. All rights reserved.