public static interface DescribeReservedInstancesListingsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeReservedInstancesListingsRequest.Builder,DescribeReservedInstancesListingsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeReservedInstancesListingsRequest.Builder |
filters(Collection<Filter> filters)
One or more filters.
|
DescribeReservedInstancesListingsRequest.Builder |
filters(Consumer<Filter.Builder>... filters)
One or more filters.
|
DescribeReservedInstancesListingsRequest.Builder |
filters(Filter... filters)
One or more filters.
|
DescribeReservedInstancesListingsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeReservedInstancesListingsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeReservedInstancesListingsRequest.Builder |
reservedInstancesId(String reservedInstancesId)
One or more Reserved Instance IDs.
|
DescribeReservedInstancesListingsRequest.Builder |
reservedInstancesListingId(String reservedInstancesListingId)
One or more Reserved Instance listing IDs.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeReservedInstancesListingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.