public static interface GetDeploymentsResponse.Builder extends SagemakerEdgeResponse.Builder, SdkPojo, CopyableBuilder<GetDeploymentsResponse.Builder,GetDeploymentsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetDeploymentsResponse.Builder |
deployments(Collection<EdgeDeployment> deployments)
Returns a list of the configurations of the active deployments on the device.
|
GetDeploymentsResponse.Builder |
deployments(Consumer<EdgeDeployment.Builder>... deployments)
Returns a list of the configurations of the active deployments on the device.
|
GetDeploymentsResponse.Builder |
deployments(EdgeDeployment... deployments)
Returns a list of the configurations of the active deployments on the device.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDeploymentsResponse.Builder deployments(Collection<EdgeDeployment> deployments)
Returns a list of the configurations of the active deployments on the device.
deployments - Returns a list of the configurations of the active deployments on the device.GetDeploymentsResponse.Builder deployments(EdgeDeployment... deployments)
Returns a list of the configurations of the active deployments on the device.
deployments - Returns a list of the configurations of the active deployments on the device.GetDeploymentsResponse.Builder deployments(Consumer<EdgeDeployment.Builder>... deployments)
Returns a list of the configurations of the active deployments on the device.
This is a convenience method that creates an instance of theEdgeDeployment.Builder avoiding the need to
create one manually via EdgeDeployment.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #deployments(List.
deployments - a consumer that will call methods on
EdgeDeployment.Builder#deployments(java.util.Collection) Copyright © 2023. All rights reserved.