Interface ListAssociationsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAssociationsRequest.Builder,,ListAssociationsRequest> SdkBuilder<ListAssociationsRequest.Builder,,ListAssociationsRequest> SdkPojo,SdkRequest.Builder,SsmRequest.Builder
- Enclosing class:
- ListAssociationsRequest
-
Method Summary
Modifier and TypeMethodDescriptionassociationFilterList(Collection<AssociationFilter> associationFilterList) One or more filters.associationFilterList(Consumer<AssociationFilter.Builder>... associationFilterList) One or more filters.associationFilterList(AssociationFilter... associationFilterList) One or more filters.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) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.ssm.model.SsmRequest.Builder
build
-
Method Details
-
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
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 toassociationFilterList(List<AssociationFilter>).- 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:
-
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
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
-