public static interface DescribeReservedInstancesListingsRequest.Builder extends EC2Request.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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeReservedInstancesListingsRequest.Builder |
reservedInstancesId(String reservedInstancesId)
One or more Reserved Instance IDs.
|
DescribeReservedInstancesListingsRequest.Builder |
reservedInstancesListingId(String reservedInstancesListingId)
One or more Reserved Instance listing IDs.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, 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.DescribeReservedInstancesListingsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.