Interface ListDestinationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListDestinationsRequest.Builder,ListDestinationsRequest>,IotRoboRunnerRequest.Builder,SdkBuilder<ListDestinationsRequest.Builder,ListDestinationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListDestinationsRequest
public static interface ListDestinationsRequest.Builder extends IotRoboRunnerRequest.Builder, SdkPojo, CopyableBuilder<ListDestinationsRequest.Builder,ListDestinationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDestinationsRequest.BuildermaxResults(Integer maxResults)Sets the value of the MaxResults property for this object.ListDestinationsRequest.BuildernextToken(String nextToken)Sets the value of the NextToken property for this object.ListDestinationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDestinationsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDestinationsRequest.Buildersite(String site)Sets the value of the Site property for this object.ListDestinationsRequest.Builderstate(String state)Sets the value of the State property for this object.ListDestinationsRequest.Builderstate(DestinationState state)Sets the value of the State property for this object.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iotroborunner.model.IotRoboRunnerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
site
ListDestinationsRequest.Builder site(String site)
Sets the value of the Site property for this object.- Parameters:
site- The new value for the Site property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListDestinationsRequest.Builder maxResults(Integer maxResults)
Sets the value of the MaxResults property for this object.- Parameters:
maxResults- The new value for the MaxResults property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListDestinationsRequest.Builder nextToken(String nextToken)
Sets the value of the NextToken property for this object.- Parameters:
nextToken- The new value for the NextToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
ListDestinationsRequest.Builder state(String state)
Sets the value of the State property for this object.- Parameters:
state- The new value for the State property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DestinationState,DestinationState
-
state
ListDestinationsRequest.Builder state(DestinationState state)
Sets the value of the State property for this object.- Parameters:
state- The new value for the State property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DestinationState,DestinationState
-
overrideConfiguration
ListDestinationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListDestinationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-