Interface ListCommandsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListCommandsRequest.Builder,
,ListCommandsRequest> IotRequest.Builder
,SdkBuilder<ListCommandsRequest.Builder,
,ListCommandsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListCommandsRequest
-
Method Summary
Modifier and TypeMethodDescriptioncommandParameterName
(String commandParameterName) A filter that can be used to display the list of commands that have a specific command parameter name.maxResults
(Integer maxResults) The maximum number of results to return in this operation.The namespace of the command.namespace
(CommandNamespace namespace) The namespace of the command.To retrieve the next set of results, thenextToken
value from a previous response; otherwisenull
to receive the first set of results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Specify whether to list the commands that you have created in the ascending or descending order.Specify whether to list the commands that you have created in the ascending or descending order.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.iot.model.IotRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
maxResults
The maximum number of results to return in this operation. By default, the API returns up to a maximum of 25 results. You can override this default value to return up to a maximum of 100 results for this operation.
- Parameters:
maxResults
- The maximum number of results to return in this operation. By default, the API returns up to a maximum of 25 results. You can override this default value to return up to a maximum of 100 results for this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
To retrieve the next set of results, the
nextToken
value from a previous response; otherwisenull
to receive the first set of results.- Parameters:
nextToken
- To retrieve the next set of results, thenextToken
value from a previous response; otherwisenull
to receive the first set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespace
The namespace of the command. By default, the API returns all commands that have been created for both
AWS-IoT
andAWS-IoT-FleetWise
namespaces. You can override this default value if you want to return all commands that have been created only for a specific namespace.- Parameters:
namespace
- The namespace of the command. By default, the API returns all commands that have been created for bothAWS-IoT
andAWS-IoT-FleetWise
namespaces. You can override this default value if you want to return all commands that have been created only for a specific namespace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
namespace
The namespace of the command. By default, the API returns all commands that have been created for both
AWS-IoT
andAWS-IoT-FleetWise
namespaces. You can override this default value if you want to return all commands that have been created only for a specific namespace.- Parameters:
namespace
- The namespace of the command. By default, the API returns all commands that have been created for bothAWS-IoT
andAWS-IoT-FleetWise
namespaces. You can override this default value if you want to return all commands that have been created only for a specific namespace.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
commandParameterName
A filter that can be used to display the list of commands that have a specific command parameter name.
- Parameters:
commandParameterName
- A filter that can be used to display the list of commands that have a specific command parameter name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortOrder
Specify whether to list the commands that you have created in the ascending or descending order. By default, the API returns all commands in the descending order based on the time that they were created.
- Parameters:
sortOrder
- Specify whether to list the commands that you have created in the ascending or descending order. By default, the API returns all commands in the descending order based on the time that they were created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
Specify whether to list the commands that you have created in the ascending or descending order. By default, the API returns all commands in the descending order based on the time that they were created.
- Parameters:
sortOrder
- Specify whether to list the commands that you have created in the ascending or descending order. By default, the API returns all commands in the descending order based on the time that they were created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
ListCommandsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListCommandsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-