CopyableBuilder<DescribeReservedInstancesListingsRequest.Builder,DescribeReservedInstancesListingsRequest>
, SdkBuilder<DescribeReservedInstancesListingsRequest.Builder,DescribeReservedInstancesListingsRequest>
public static interface DescribeReservedInstancesListingsRequest.Builder extends CopyableBuilder<DescribeReservedInstancesListingsRequest.Builder,DescribeReservedInstancesListingsRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeReservedInstancesListingsRequest.Builder |
filters(Collection<Filter> filters) |
One or more filters.
|
DescribeReservedInstancesListingsRequest.Builder |
filters(Filter... filters) |
One or more filters.
|
DescribeReservedInstancesListingsRequest.Builder |
reservedInstancesId(String reservedInstancesId) |
One or more Reserved Instance IDs.
|
DescribeReservedInstancesListingsRequest.Builder |
reservedInstancesListingId(String reservedInstancesListingId) |
One or more Reserved Instance listing IDs.
|
copy
apply, build
DescribeReservedInstancesListingsRequest.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.
NOTE: This method appends the values to the existing list (if any). Use
#setFilters(java.util.Collection)
or #withFilters(java.util.Collection)
if you want to
override the existing values.
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 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.