public static interface DescribeInstanceCreditSpecificationsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeInstanceCreditSpecificationsRequest.Builder,DescribeInstanceCreditSpecificationsRequest>
buildoverrideConfigurationcopyapplyMutation, buildDescribeInstanceCreditSpecificationsRequest.Builder filters(Collection<Filter> filters)
One or more filters.
instance-id - The ID of the instance.
filters - One or more filters.
instance-id - The ID of the instance.
DescribeInstanceCreditSpecificationsRequest.Builder filters(Filter... filters)
One or more filters.
instance-id - The ID of the instance.
filters - One or more filters.
instance-id - The ID of the instance.
DescribeInstanceCreditSpecificationsRequest.Builder filters(Consumer<Filter.Builder>... filters)
One or more filters.
instance-id - The ID of the instance.
List.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #filters(List) .filters - a consumer that will call methods on List.Builder #filters(List) DescribeInstanceCreditSpecificationsRequest.Builder instanceIds(Collection<String> instanceIds)
One or more instance IDs.
Default: Describes all your instances.
Constraints: Maximum 1000 explicitly specified instance IDs.
instanceIds - One or more instance IDs.
Default: Describes all your instances.
Constraints: Maximum 1000 explicitly specified instance IDs.
DescribeInstanceCreditSpecificationsRequest.Builder instanceIds(String... instanceIds)
One or more instance IDs.
Default: Describes all your instances.
Constraints: Maximum 1000 explicitly specified instance IDs.
instanceIds - One or more instance IDs.
Default: Describes all your instances.
Constraints: Maximum 1000 explicitly specified instance IDs.
DescribeInstanceCreditSpecificationsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in a single call. To retrieve the remaining results, make another
call with the returned NextToken value. This value can be between 5 and 1000. You cannot specify
this parameter and the instance IDs parameter in the same call.
maxResults - The maximum number of results to return in a single call. To retrieve the remaining results, make
another call with the returned NextToken value. This value can be between 5 and 1000. You
cannot specify this parameter and the instance IDs parameter in the same call.DescribeInstanceCreditSpecificationsRequest.Builder nextToken(String nextToken)
The token to retrieve the next page of results.
nextToken - The token to retrieve the next page of results.DescribeInstanceCreditSpecificationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DescribeInstanceCreditSpecificationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.