public static interface ListDestinationsRequest.Builder extends IotRoboRunnerRequest.Builder, SdkPojo, CopyableBuilder<ListDestinationsRequest.Builder,ListDestinationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDestinationsRequest.Builder |
maxResults(Integer maxResults)
Sets the value of the MaxResults property for this object.
|
ListDestinationsRequest.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
ListDestinationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDestinationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDestinationsRequest.Builder |
site(String site)
Sets the value of the Site property for this object.
|
ListDestinationsRequest.Builder |
state(DestinationState state)
Sets the value of the State property for this object.
|
ListDestinationsRequest.Builder |
state(String state)
Sets the value of the State property for this object.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDestinationsRequest.Builder site(String site)
site - The new value for the Site property for this object.ListDestinationsRequest.Builder maxResults(Integer maxResults)
maxResults - The new value for the MaxResults property for this object.ListDestinationsRequest.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.ListDestinationsRequest.Builder state(String state)
state - The new value for the State property for this object.DestinationState,
DestinationStateListDestinationsRequest.Builder state(DestinationState state)
state - The new value for the State property for this object.DestinationState,
DestinationStateListDestinationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDestinationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.