Interface ListAssociationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAssociationsRequest.Builder,ListAssociationsRequest>,SdkBuilder<ListAssociationsRequest.Builder,ListAssociationsRequest>,SdkPojo,SdkRequest.Builder,SsmRequest.Builder
- Enclosing class:
- ListAssociationsRequest
public static interface ListAssociationsRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<ListAssociationsRequest.Builder,ListAssociationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAssociationsRequest.BuilderassociationFilterList(Collection<AssociationFilter> associationFilterList)One or more filters.ListAssociationsRequest.BuilderassociationFilterList(Consumer<AssociationFilter.Builder>... associationFilterList)One or more filters.ListAssociationsRequest.BuilderassociationFilterList(AssociationFilter... associationFilterList)One or more filters.ListAssociationsRequest.BuildermaxResults(Integer maxResults)The maximum number of items to return for this call.ListAssociationsRequest.BuildernextToken(String nextToken)The token for the next set of items to return.ListAssociationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAssociationsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
-
associationFilterList
ListAssociationsRequest.Builder associationFilterList(Collection<AssociationFilter> associationFilterList)
One or more filters. Use a filter to return a more specific list of results.
Filtering associations using the
InstanceIDattribute only returns legacy associations created using theInstanceIDattribute. Associations targeting the managed node that are part of the Target AttributesResourceGrouporTagsaren't returned.- Parameters:
associationFilterList- One or more filters. Use a filter to return a more specific list of results.Filtering associations using the
InstanceIDattribute only returns legacy associations created using theInstanceIDattribute. Associations targeting the managed node that are part of the Target AttributesResourceGrouporTagsaren't returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associationFilterList
ListAssociationsRequest.Builder associationFilterList(AssociationFilter... associationFilterList)
One or more filters. Use a filter to return a more specific list of results.
Filtering associations using the
InstanceIDattribute only returns legacy associations created using theInstanceIDattribute. Associations targeting the managed node that are part of the Target AttributesResourceGrouporTagsaren't returned.- Parameters:
associationFilterList- One or more filters. Use a filter to return a more specific list of results.Filtering associations using the
InstanceIDattribute only returns legacy associations created using theInstanceIDattribute. Associations targeting the managed node that are part of the Target AttributesResourceGrouporTagsaren't returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associationFilterList
ListAssociationsRequest.Builder associationFilterList(Consumer<AssociationFilter.Builder>... associationFilterList)
One or more filters. Use a filter to return a more specific list of results.
This is a convenience method that creates an instance of theFiltering associations using the
InstanceIDattribute only returns legacy associations created using theInstanceIDattribute. Associations targeting the managed node that are part of the Target AttributesResourceGrouporTagsaren't returned.AssociationFilter.Builderavoiding the need to create one manually viaAssociationFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#associationFilterList(List.) - Parameters:
associationFilterList- a consumer that will call methods onAssociationFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#associationFilterList(java.util.Collection)
-
maxResults
ListAssociationsRequest.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.
- 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListAssociationsRequest.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
ListAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-