public static final class DescribeImagesRequest.Filter.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
DescribeImagesRequest.Filter |
build() |
DescribeImagesRequest.Filter.Builder |
key(String key)
The key of the filter condition used to query resources.
|
DescribeImagesRequest.Filter.Builder |
value(String value)
The value of filter N used to query resources.
|
public DescribeImagesRequest.Filter.Builder key(String key)
* If you set this parameter to `CreationStartTime`, you can query the resources that were created after the point in time specified by the `Filter.N.Value` value. * If you set this parameter to `CreationEndTime`, you can query the resources that were created before the point in time as specified by the `Filter.N.Value` value.
public DescribeImagesRequest.Filter.Builder value(String value)
public DescribeImagesRequest.Filter build()
Copyright © 2024. All rights reserved.