public static interface GroupResourcesResponse.Builder extends ResourceGroupsResponse.Builder, SdkPojo, CopyableBuilder<GroupResourcesResponse.Builder,GroupResourcesResponse>
| Modifier and Type | Method and Description |
|---|---|
GroupResourcesResponse.Builder |
failed(Collection<FailedResource> failed)
The ARNs of the resources that failed to be added to the group by this operation.
|
GroupResourcesResponse.Builder |
failed(Consumer<FailedResource.Builder>... failed)
The ARNs of the resources that failed to be added to the group by this operation.
|
GroupResourcesResponse.Builder |
failed(FailedResource... failed)
The ARNs of the resources that failed to be added to the group by this operation.
|
GroupResourcesResponse.Builder |
succeeded(Collection<String> succeeded)
The ARNs of the resources that were successfully added to the group by this operation.
|
GroupResourcesResponse.Builder |
succeeded(String... succeeded)
The ARNs of the resources that were successfully added to the group by this operation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGroupResourcesResponse.Builder succeeded(Collection<String> succeeded)
The ARNs of the resources that were successfully added to the group by this operation.
succeeded - The ARNs of the resources that were successfully added to the group by this operation.GroupResourcesResponse.Builder succeeded(String... succeeded)
The ARNs of the resources that were successfully added to the group by this operation.
succeeded - The ARNs of the resources that were successfully added to the group by this operation.GroupResourcesResponse.Builder failed(Collection<FailedResource> failed)
The ARNs of the resources that failed to be added to the group by this operation.
failed - The ARNs of the resources that failed to be added to the group by this operation.GroupResourcesResponse.Builder failed(FailedResource... failed)
The ARNs of the resources that failed to be added to the group by this operation.
failed - The ARNs of the resources that failed to be added to the group by this operation.GroupResourcesResponse.Builder failed(Consumer<FailedResource.Builder>... failed)
The ARNs of the resources that failed to be added to the group by this operation.
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.