Interface DescribeInstanceInformationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeInstanceInformationRequest.Builder,DescribeInstanceInformationRequest>,SdkBuilder<DescribeInstanceInformationRequest.Builder,DescribeInstanceInformationRequest>,SdkPojo,SdkRequest.Builder,SsmRequest.Builder
- Enclosing class:
- DescribeInstanceInformationRequest
@Mutable @NotThreadSafe public static interface DescribeInstanceInformationRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<DescribeInstanceInformationRequest.Builder,DescribeInstanceInformationRequest>
-
-
Method Summary
-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.ssm.model.SsmRequest.Builder
build
-
-
-
-
Method Detail
-
instanceInformationFilterList
DescribeInstanceInformationRequest.Builder instanceInformationFilterList(Collection<InstanceInformationFilter> instanceInformationFilterList)
This is a legacy method. We recommend that you don't use this method. Instead, use the
Filtersdata type.Filtersenables you to return node information by filtering based on tags applied to managed nodes.Attempting to use
InstanceInformationFilterListandFiltersleads to an exception error.- Parameters:
instanceInformationFilterList- This is a legacy method. We recommend that you don't use this method. Instead, use theFiltersdata type.Filtersenables you to return node information by filtering based on tags applied to managed nodes.Attempting to use
InstanceInformationFilterListandFiltersleads 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
Filtersdata type.Filtersenables you to return node information by filtering based on tags applied to managed nodes.Attempting to use
InstanceInformationFilterListandFiltersleads to an exception error.- Parameters:
instanceInformationFilterList- This is a legacy method. We recommend that you don't use this method. Instead, use theFiltersdata type.Filtersenables you to return node information by filtering based on tags applied to managed nodes.Attempting to use
InstanceInformationFilterListandFiltersleads 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
Filtersdata type.Filtersenables you to return node information by filtering based on tags applied to managed nodes. This is a convenience method that creates an instance of theAttempting to use
InstanceInformationFilterListandFiltersleads to an exception error.InstanceInformationFilter.Builderavoiding the need to create one manually viaInstanceInformationFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#instanceInformationFilterList(List.) - 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:
#instanceInformationFilterList(java.util.Collection)
-
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
Filtersdata 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 thisFiltersdata 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(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
Filtersdata 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 thisFiltersdata 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 theFiltersdata type instead ofInstanceInformationFilterList, which is deprecated.InstanceInformationStringFilter.Builderavoiding the need to create one manually viaInstanceInformationStringFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#filters(List.) - 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:
#filters(java.util.Collection)
-
maxResults
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.
- 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
DescribeInstanceInformationRequest.Builder nextToken(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeInstanceInformationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-