public static interface ListStageDevicesResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListStageDevicesResponse.Builder,ListStageDevicesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListStageDevicesResponse.Builder |
deviceDeploymentSummaries(Collection<DeviceDeploymentSummary> deviceDeploymentSummaries)
List of summaries of devices allocated to the stage.
|
ListStageDevicesResponse.Builder |
deviceDeploymentSummaries(Consumer<DeviceDeploymentSummary.Builder>... deviceDeploymentSummaries)
List of summaries of devices allocated to the stage.
|
ListStageDevicesResponse.Builder |
deviceDeploymentSummaries(DeviceDeploymentSummary... deviceDeploymentSummaries)
List of summaries of devices allocated to the stage.
|
ListStageDevicesResponse.Builder |
nextToken(String nextToken)
The token to use when calling the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListStageDevicesResponse.Builder deviceDeploymentSummaries(Collection<DeviceDeploymentSummary> deviceDeploymentSummaries)
List of summaries of devices allocated to the stage.
deviceDeploymentSummaries - List of summaries of devices allocated to the stage.ListStageDevicesResponse.Builder deviceDeploymentSummaries(DeviceDeploymentSummary... deviceDeploymentSummaries)
List of summaries of devices allocated to the stage.
deviceDeploymentSummaries - List of summaries of devices allocated to the stage.ListStageDevicesResponse.Builder deviceDeploymentSummaries(Consumer<DeviceDeploymentSummary.Builder>... deviceDeploymentSummaries)
List of summaries of devices allocated to the stage.
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 #deviceDeploymentSummaries(List) .deviceDeploymentSummaries - a consumer that will call methods on List.Builder #deviceDeploymentSummaries(List) ListStageDevicesResponse.Builder nextToken(String nextToken)
The token to use when calling the next page of results.
nextToken - The token to use when calling the next page of results.Copyright © 2022. All rights reserved.