public static interface ListEffectiveDeploymentsRequest.Builder extends GreengrassV2Request.Builder, SdkPojo, CopyableBuilder<ListEffectiveDeploymentsRequest.Builder,ListEffectiveDeploymentsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListEffectiveDeploymentsRequest.Builder |
coreDeviceThingName(String coreDeviceThingName)
The name of the core device.
|
ListEffectiveDeploymentsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to be returned per paginated request.
|
ListEffectiveDeploymentsRequest.Builder |
nextToken(String nextToken)
The token to be used for the next set of paginated results.
|
ListEffectiveDeploymentsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListEffectiveDeploymentsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEffectiveDeploymentsRequest.Builder coreDeviceThingName(String coreDeviceThingName)
The name of the core device. This is also the name of the IoT thing.
coreDeviceThingName - The name of the core device. This is also the name of the IoT thing.ListEffectiveDeploymentsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be returned per paginated request.
maxResults - The maximum number of results to be returned per paginated request.ListEffectiveDeploymentsRequest.Builder nextToken(String nextToken)
The token to be used for the next set of paginated results.
nextToken - The token to be used for the next set of paginated results.ListEffectiveDeploymentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListEffectiveDeploymentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.