Interface DescribeInstanceInformationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeInstanceInformationRequest.Builder,
,DescribeInstanceInformationRequest> SdkBuilder<DescribeInstanceInformationRequest.Builder,
,DescribeInstanceInformationRequest> SdkPojo
,SdkRequest.Builder
,SsmRequest.Builder
- Enclosing class:
DescribeInstanceInformationRequest
-
Method Summary
Modifier and TypeMethodDescriptionfilters
(Collection<InstanceInformationStringFilter> filters) One or more filters.filters
(Consumer<InstanceInformationStringFilter.Builder>... filters) One or more filters.filters
(InstanceInformationStringFilter... filters) One or more filters.instanceInformationFilterList
(Collection<InstanceInformationFilter> instanceInformationFilterList) This is a legacy method.instanceInformationFilterList
(Consumer<InstanceInformationFilter.Builder>... instanceInformationFilterList) This is a legacy method.instanceInformationFilterList
(InstanceInformationFilter... instanceInformationFilterList) This is a legacy method.maxResults
(Integer maxResults) The maximum number of items to return for this call.The token for the next set of items to return.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.services.ssm.model.SsmRequest.Builder
build
-
Method Details
-
instanceInformationFilterList
DescribeInstanceInformationRequest.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
andFilters
leads to an exception error.- Parameters:
instanceInformationFilterList
- This is a legacy method. We recommend that you don't use this method. Instead, use theFilters
data type.Filters
enables you to return node information by filtering based on tags applied to managed nodes.Attempting to use
InstanceInformationFilterList
andFilters
leads to an exception error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceInformationFilterList
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
andFilters
leads to an exception error.- Parameters:
instanceInformationFilterList
- This is a legacy method. We recommend that you don't use this method. Instead, use theFilters
data type.Filters
enables you to return node information by filtering based on tags applied to managed nodes.Attempting to use
InstanceInformationFilterList
andFilters
leads to an exception error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceInformationFilterList
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
andFilters
leads to an exception error.InstanceInformationFilter.Builder
avoiding the need to create one manually viaInstanceInformationFilter.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toinstanceInformationFilterList(List<InstanceInformationFilter>)
.- Parameters:
instanceInformationFilterList
- a consumer that will call methods onInstanceInformationFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
filters
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 ofInstanceInformationFilterList
, which is deprecated.- Parameters:
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 thisFilters
data type instead ofInstanceInformationFilterList
, which is deprecated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 ofInstanceInformationFilterList
, which is deprecated.- Parameters:
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 thisFilters
data type instead ofInstanceInformationFilterList
, which is deprecated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
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
This is a convenience method that creates an instance of theFilters
data type instead ofInstanceInformationFilterList
, which is deprecated.InstanceInformationStringFilter.Builder
avoiding the need to create one manually viaInstanceInformationStringFilter.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofilters(List<InstanceInformationStringFilter>)
.- Parameters:
filters
- a consumer that will call methods onInstanceInformationStringFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The token for the next set of items to return. (You received this token from a previous call.)
- Parameters:
nextToken
- The token for the next set of items to return. (You received this token from a previous call.)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeInstanceInformationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeInstanceInformationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-