public static interface DescribeAcceleratorsRequest.Builder extends ElasticInferenceRequest.Builder, SdkPojo, CopyableBuilder<DescribeAcceleratorsRequest.Builder,DescribeAcceleratorsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAcceleratorsRequest.Builder acceleratorIds(Collection<String> acceleratorIds)
The IDs of the accelerators to describe.
acceleratorIds - The IDs of the accelerators to describe.DescribeAcceleratorsRequest.Builder acceleratorIds(String... acceleratorIds)
The IDs of the accelerators to describe.
acceleratorIds - The IDs of the accelerators to describe.DescribeAcceleratorsRequest.Builder filters(Collection<Filter> filters)
One or more filters. Filter names and values are case-sensitive. Valid filter names are: accelerator-types: can provide a list of accelerator type names to filter for. instance-id: can provide a list of EC2 instance ids to filter for.
filters - One or more filters. Filter names and values are case-sensitive. Valid filter names are:
accelerator-types: can provide a list of accelerator type names to filter for. instance-id: can
provide a list of EC2 instance ids to filter for.DescribeAcceleratorsRequest.Builder filters(Filter... filters)
One or more filters. Filter names and values are case-sensitive. Valid filter names are: accelerator-types: can provide a list of accelerator type names to filter for. instance-id: can provide a list of EC2 instance ids to filter for.
filters - One or more filters. Filter names and values are case-sensitive. Valid filter names are:
accelerator-types: can provide a list of accelerator type names to filter for. instance-id: can
provide a list of EC2 instance ids to filter for.DescribeAcceleratorsRequest.Builder filters(Consumer<Filter.Builder>... filters)
One or more filters. Filter names and values are case-sensitive. Valid filter names are: accelerator-types: can provide a list of accelerator type names to filter for. instance-id: can provide a list of EC2 instance ids to filter for.
This is a convenience method that creates an instance of theFilter.Builder avoiding the need to create one
manually via Filter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #filters(List.
filters - a consumer that will call methods on
Filter.Builder#filters(java.util.Collection) DescribeAcceleratorsRequest.Builder maxResults(Integer maxResults)
The total number of items to return in the command's output. If the total number of items available is more than the value specified, a NextToken is provided in the command's output. To resume pagination, provide the NextToken value in the starting-token argument of a subsequent command. Do not use the NextToken response element directly outside of the AWS CLI.
maxResults - The total number of items to return in the command's output. If the total number of items available is
more than the value specified, a NextToken is provided in the command's output. To resume pagination,
provide the NextToken value in the starting-token argument of a subsequent command. Do not use the
NextToken response element directly outside of the AWS CLI.DescribeAcceleratorsRequest.Builder nextToken(String nextToken)
A token to specify where to start paginating. This is the NextToken from a previously truncated response.
nextToken - A token to specify where to start paginating. This is the NextToken from a previously truncated
response.DescribeAcceleratorsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeAcceleratorsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.