public static interface DescribeInstanceEventWindowsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeInstanceEventWindowsRequest.Builder,DescribeInstanceEventWindowsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeInstanceEventWindowsRequest.Builder instanceEventWindowIds(Collection<String> instanceEventWindowIds)
The IDs of the event windows.
instanceEventWindowIds - The IDs of the event windows.DescribeInstanceEventWindowsRequest.Builder instanceEventWindowIds(String... instanceEventWindowIds)
The IDs of the event windows.
instanceEventWindowIds - The IDs of the event windows.DescribeInstanceEventWindowsRequest.Builder filters(Collection<Filter> filters)
One or more filters.
dedicated-host-id - The event windows associated with the specified Dedicated Host ID.
event-window-name - The event windows associated with the specified names.
instance-id - The event windows associated with the specified instance ID.
instance-tag - The event windows associated with the specified tag and value.
instance-tag-key - The event windows associated with the specified tag key, regardless of the
value.
instance-tag-value - The event windows associated with the specified tag value, regardless of
the key.
tag:<key> - The key/value combination of a tag assigned to the event window. Use the tag
key in the filter name and the tag value as the filter value. For example, to find all resources that have a
tag with the key Owner and the value CMX, specify tag:Owner for the
filter name and CMX for the filter value.
tag-key - The key of a tag assigned to the event window. Use this filter to find all event
windows that have a tag with a specific key, regardless of the tag value.
tag-value - The value of a tag assigned to the event window. Use this filter to find all event
windows that have a tag with a specific value, regardless of the tag key.
filters - One or more filters.
dedicated-host-id - The event windows associated with the specified Dedicated Host ID.
event-window-name - The event windows associated with the specified names.
instance-id - The event windows associated with the specified instance ID.
instance-tag - The event windows associated with the specified tag and value.
instance-tag-key - The event windows associated with the specified tag key, regardless of
the value.
instance-tag-value - The event windows associated with the specified tag value,
regardless of the key.
tag:<key> - The key/value combination of a tag assigned to the event window. Use
the tag key in the filter name and the tag value as the filter value. For example, to find all
resources that have a tag with the key Owner and the value CMX, specify
tag:Owner for the filter name and CMX for the filter value.
tag-key - The key of a tag assigned to the event window. Use this filter to find all
event windows that have a tag with a specific key, regardless of the tag value.
tag-value - The value of a tag assigned to the event window. Use this filter to find all
event windows that have a tag with a specific value, regardless of the tag key.
DescribeInstanceEventWindowsRequest.Builder filters(Filter... filters)
One or more filters.
dedicated-host-id - The event windows associated with the specified Dedicated Host ID.
event-window-name - The event windows associated with the specified names.
instance-id - The event windows associated with the specified instance ID.
instance-tag - The event windows associated with the specified tag and value.
instance-tag-key - The event windows associated with the specified tag key, regardless of the
value.
instance-tag-value - The event windows associated with the specified tag value, regardless of
the key.
tag:<key> - The key/value combination of a tag assigned to the event window. Use the tag
key in the filter name and the tag value as the filter value. For example, to find all resources that have a
tag with the key Owner and the value CMX, specify tag:Owner for the
filter name and CMX for the filter value.
tag-key - The key of a tag assigned to the event window. Use this filter to find all event
windows that have a tag with a specific key, regardless of the tag value.
tag-value - The value of a tag assigned to the event window. Use this filter to find all event
windows that have a tag with a specific value, regardless of the tag key.
filters - One or more filters.
dedicated-host-id - The event windows associated with the specified Dedicated Host ID.
event-window-name - The event windows associated with the specified names.
instance-id - The event windows associated with the specified instance ID.
instance-tag - The event windows associated with the specified tag and value.
instance-tag-key - The event windows associated with the specified tag key, regardless of
the value.
instance-tag-value - The event windows associated with the specified tag value,
regardless of the key.
tag:<key> - The key/value combination of a tag assigned to the event window. Use
the tag key in the filter name and the tag value as the filter value. For example, to find all
resources that have a tag with the key Owner and the value CMX, specify
tag:Owner for the filter name and CMX for the filter value.
tag-key - The key of a tag assigned to the event window. Use this filter to find all
event windows that have a tag with a specific key, regardless of the tag value.
tag-value - The value of a tag assigned to the event window. Use this filter to find all
event windows that have a tag with a specific value, regardless of the tag key.
DescribeInstanceEventWindowsRequest.Builder filters(Consumer<Filter.Builder>... filters)
One or more filters.
dedicated-host-id - The event windows associated with the specified Dedicated Host ID.
event-window-name - The event windows associated with the specified names.
instance-id - The event windows associated with the specified instance ID.
instance-tag - The event windows associated with the specified tag and value.
instance-tag-key - The event windows associated with the specified tag key, regardless of the
value.
instance-tag-value - The event windows associated with the specified tag value, regardless of
the key.
tag:<key> - The key/value combination of a tag assigned to the event window. Use the tag
key in the filter name and the tag value as the filter value. For example, to find all resources that have a
tag with the key Owner and the value CMX, specify tag:Owner for the
filter name and CMX for the filter value.
tag-key - The key of a tag assigned to the event window. Use this filter to find all event
windows that have a tag with a specific key, regardless of the tag value.
tag-value - The value of a tag assigned to the event window. Use this filter to find all event
windows that have a tag with a specific value, regardless of the tag key.
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) DescribeInstanceEventWindowsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in a single call. To retrieve the remaining results, make another
call with the returned NextToken value. This value can be between 20 and 500. You cannot specify
this parameter and the event window IDs parameter in the same call.
maxResults - The maximum number of results to return in a single call. To retrieve the remaining results, make
another call with the returned NextToken value. This value can be between 20 and 500. You
cannot specify this parameter and the event window IDs parameter in the same call.DescribeInstanceEventWindowsRequest.Builder nextToken(String nextToken)
The token to request the next page of results.
nextToken - The token to request the next page of results.DescribeInstanceEventWindowsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeInstanceEventWindowsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.