public static interface DescribeReservedInstancesListingsRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<DescribeReservedInstancesListingsRequest.Builder,DescribeReservedInstancesListingsRequest>
| Modifier and Type | Method and 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.
|
copyapply, 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 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. All rights reserved.