public static interface DescribeReservedInstancesListingsRequest.Builder extends EC2Request.Builder, CopyableBuilder<DescribeReservedInstancesListingsRequest.Builder,DescribeReservedInstancesListingsRequest>
buildrequestOverrideConfigcopyapply, buildDescribeReservedInstancesListingsRequest.Builder filters(Collection<Filter> filters)
One or more filters.
reserved-instances-id - The ID of the Reserved Instances.
reserved-instances-listing-id - The ID of the Reserved Instances listing.
status - The status of the Reserved Instance listing (pending | active
| cancelled | closed).
status-message - The reason for the status.
filters - One or more filters.
reserved-instances-id - The ID of the Reserved Instances.
reserved-instances-listing-id - The ID of the Reserved Instances listing.
status - The status of the Reserved Instance listing (pending |
active | cancelled | closed).
status-message - The reason for the status.
DescribeReservedInstancesListingsRequest.Builder filters(Filter... filters)
One or more filters.
reserved-instances-id - The ID of the Reserved Instances.
reserved-instances-listing-id - The ID of the Reserved Instances listing.
status - The status of the Reserved Instance listing (pending | active
| cancelled | closed).
status-message - The reason for the status.
filters - One or more filters.
reserved-instances-id - The ID of the Reserved Instances.
reserved-instances-listing-id - The ID of the Reserved Instances listing.
status - The status of the Reserved Instance listing (pending |
active | cancelled | closed).
status-message - The reason for the status.
DescribeReservedInstancesListingsRequest.Builder filters(Consumer<Filter.Builder>... filters)
One or more filters.
reserved-instances-id - The ID of the Reserved Instances.
reserved-instances-listing-id - The ID of the Reserved Instances listing.
status - The status of the Reserved Instance listing (pending | active
| cancelled | closed).
status-message - The reason for the status.
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) DescribeReservedInstancesListingsRequest.Builder reservedInstancesId(String reservedInstancesId)
One or more Reserved Instance IDs.
reservedInstancesId - One or more Reserved Instance IDs.DescribeReservedInstancesListingsRequest.Builder reservedInstancesListingId(String reservedInstancesListingId)
One or more Reserved Instance listing IDs.
reservedInstancesListingId - One or more Reserved Instance listing IDs.DescribeReservedInstancesListingsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DescribeReservedInstancesListingsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.