public static interface ListEffectiveDeploymentsResponse.Builder extends GreengrassV2Response.Builder, SdkPojo, CopyableBuilder<ListEffectiveDeploymentsResponse.Builder,ListEffectiveDeploymentsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListEffectiveDeploymentsResponse.Builder |
effectiveDeployments(Collection<EffectiveDeployment> effectiveDeployments)
A list that summarizes each deployment on the core device.
|
ListEffectiveDeploymentsResponse.Builder |
effectiveDeployments(Consumer<EffectiveDeployment.Builder>... effectiveDeployments)
A list that summarizes each deployment on the core device.
|
ListEffectiveDeploymentsResponse.Builder |
effectiveDeployments(EffectiveDeployment... effectiveDeployments)
A list that summarizes each deployment on the core device.
|
ListEffectiveDeploymentsResponse.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEffectiveDeploymentsResponse.Builder effectiveDeployments(Collection<EffectiveDeployment> effectiveDeployments)
A list that summarizes each deployment on the core device.
effectiveDeployments - A list that summarizes each deployment on the core device.ListEffectiveDeploymentsResponse.Builder effectiveDeployments(EffectiveDeployment... effectiveDeployments)
A list that summarizes each deployment on the core device.
effectiveDeployments - A list that summarizes each deployment on the core device.ListEffectiveDeploymentsResponse.Builder effectiveDeployments(Consumer<EffectiveDeployment.Builder>... effectiveDeployments)
A list that summarizes each deployment on the core device.
This is a convenience method that creates an instance of theEffectiveDeployment.Builder avoiding the need to
create one manually via
EffectiveDeployment.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #effectiveDeployments(List.
effectiveDeployments - a consumer that will call methods on
EffectiveDeployment.Builder#effectiveDeployments(java.util.Collection) ListEffectiveDeploymentsResponse.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
nextToken - The token for the next set of results, or null if there are no additional results.Copyright © 2023. All rights reserved.