public static interface ListDeviceResourcesResponse.Builder extends SnowDeviceManagementResponse.Builder, SdkPojo, CopyableBuilder<ListDeviceResourcesResponse.Builder,ListDeviceResourcesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDeviceResourcesResponse.Builder |
nextToken(String nextToken)
A pagination token to continue to the next page of results.
|
ListDeviceResourcesResponse.Builder |
resources(Collection<ResourceSummary> resources)
A structure defining the resource's type, Amazon Resource Name (ARN), and ID.
|
ListDeviceResourcesResponse.Builder |
resources(Consumer<ResourceSummary.Builder>... resources)
A structure defining the resource's type, Amazon Resource Name (ARN), and ID.
|
ListDeviceResourcesResponse.Builder |
resources(ResourceSummary... resources)
A structure defining the resource's type, Amazon Resource Name (ARN), and ID.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDeviceResourcesResponse.Builder nextToken(String nextToken)
A pagination token to continue to the next page of results.
nextToken - A pagination token to continue to the next page of results.ListDeviceResourcesResponse.Builder resources(Collection<ResourceSummary> resources)
A structure defining the resource's type, Amazon Resource Name (ARN), and ID.
resources - A structure defining the resource's type, Amazon Resource Name (ARN), and ID.ListDeviceResourcesResponse.Builder resources(ResourceSummary... resources)
A structure defining the resource's type, Amazon Resource Name (ARN), and ID.
resources - A structure defining the resource's type, Amazon Resource Name (ARN), and ID.ListDeviceResourcesResponse.Builder resources(Consumer<ResourceSummary.Builder>... resources)
A structure defining the resource's type, Amazon Resource Name (ARN), and ID.
This is a convenience method that creates an instance of theResourceSummary.Builder avoiding the need
to create one manually via
ResourceSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #resources(List.
resources - a consumer that will call methods on
ResourceSummary.Builder#resources(java.util.Collection) Copyright © 2023. All rights reserved.