public static interface DescribeInstanceInformationRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<DescribeInstanceInformationRequest.Builder,DescribeInstanceInformationRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeInstanceInformationRequest.Builder instanceInformationFilterList(Collection<InstanceInformationFilter> instanceInformationFilterList)
This is a legacy method. We recommend that you don't use this method. Instead, use the Filters
data type. Filters enables you to return node information by filtering based on tags applied to
managed nodes.
Attempting to use InstanceInformationFilterList and Filters leads to an exception
error.
instanceInformationFilterList - This is a legacy method. We recommend that you don't use this method. Instead, use the
Filters data type. Filters enables you to return node information by
filtering based on tags applied to managed nodes.
Attempting to use InstanceInformationFilterList and Filters leads to an
exception error.
DescribeInstanceInformationRequest.Builder instanceInformationFilterList(InstanceInformationFilter... instanceInformationFilterList)
This is a legacy method. We recommend that you don't use this method. Instead, use the Filters
data type. Filters enables you to return node information by filtering based on tags applied to
managed nodes.
Attempting to use InstanceInformationFilterList and Filters leads to an exception
error.
instanceInformationFilterList - This is a legacy method. We recommend that you don't use this method. Instead, use the
Filters data type. Filters enables you to return node information by
filtering based on tags applied to managed nodes.
Attempting to use InstanceInformationFilterList and Filters leads to an
exception error.
DescribeInstanceInformationRequest.Builder instanceInformationFilterList(Consumer<InstanceInformationFilter.Builder>... instanceInformationFilterList)
This is a legacy method. We recommend that you don't use this method. Instead, use the Filters
data type. Filters enables you to return node information by filtering based on tags applied to
managed nodes.
Attempting to use InstanceInformationFilterList and Filters leads to an exception
error.
InstanceInformationFilter.Builder avoiding the need to
create one manually via InstanceInformationFilter.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #instanceInformationFilterList(List.
instanceInformationFilterList - a consumer that will call methods on
InstanceInformationFilter.Builder#instanceInformationFilterList(java.util.Collection) DescribeInstanceInformationRequest.Builder filters(Collection<InstanceInformationStringFilter> filters)
One or more filters. Use a filter to return a more specific list of managed nodes. You can filter based on
tags applied to your managed nodes. Tag filters can't be combined with other filter types. Use this
Filters data type instead of InstanceInformationFilterList, which is deprecated.
filters - One or more filters. Use a filter to return a more specific list of managed nodes. You can filter
based on tags applied to your managed nodes. Tag filters can't be combined with other filter types.
Use this Filters data type instead of InstanceInformationFilterList, which
is deprecated.DescribeInstanceInformationRequest.Builder filters(InstanceInformationStringFilter... filters)
One or more filters. Use a filter to return a more specific list of managed nodes. You can filter based on
tags applied to your managed nodes. Tag filters can't be combined with other filter types. Use this
Filters data type instead of InstanceInformationFilterList, which is deprecated.
filters - One or more filters. Use a filter to return a more specific list of managed nodes. You can filter
based on tags applied to your managed nodes. Tag filters can't be combined with other filter types.
Use this Filters data type instead of InstanceInformationFilterList, which
is deprecated.DescribeInstanceInformationRequest.Builder filters(Consumer<InstanceInformationStringFilter.Builder>... filters)
One or more filters. Use a filter to return a more specific list of managed nodes. You can filter based on
tags applied to your managed nodes. Tag filters can't be combined with other filter types. Use this
Filters data type instead of InstanceInformationFilterList, which is deprecated.
InstanceInformationStringFilter.Builder avoiding the need
to create one manually via
InstanceInformationStringFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #filters(List.
filters - a consumer that will call methods on
InstanceInformationStringFilter.Builder#filters(java.util.Collection) DescribeInstanceInformationRequest.Builder maxResults(Integer maxResults)
The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results. The default value is 10 items.
maxResults - The maximum number of items to return for this call. The call also returns a token that you can
specify in a subsequent call to get the next set of results. The default value is 10 items.DescribeInstanceInformationRequest.Builder nextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken - The token for the next set of items to return. (You received this token from a previous call.)DescribeInstanceInformationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeInstanceInformationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.