Interface ListResourceAssociationsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListResourceAssociationsRequest.Builder,,ListResourceAssociationsRequest> NetworkSecurityManagerRequest.Builder,SdkBuilder<ListResourceAssociationsRequest.Builder,,ListResourceAssociationsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListResourceAssociationsRequest
@Mutable
@NotThreadSafe
public static interface ListResourceAssociationsRequest.Builder
extends NetworkSecurityManagerRequest.Builder, SdkPojo, CopyableBuilder<ListResourceAssociationsRequest.Builder,ListResourceAssociationsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults(Integer maxResults) The maximum number of results to return in a single call.The token for the next page of results.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.resourceIdentifier(String resourceIdentifier) The identifier of the resource to list associations for.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.services.networksecuritymanager.model.NetworkSecurityManagerRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
resourceIdentifier
The identifier of the resource to list associations for. This is the resource's Amazon Resource Name (ARN).
- Parameters:
resourceIdentifier- The identifier of the resource to list associations for. This is the resource's Amazon Resource Name (ARN).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of results to return in a single call. Valid range: 1-100. To retrieve the remaining results, use the returned
nextTokenvalue in a subsequent call.- Parameters:
maxResults- The maximum number of results to return in a single call. Valid range: 1-100. To retrieve the remaining results, use the returnednextTokenvalue in a subsequent call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The token for the next page of results. To retrieve the next page, call the operation again and provide this value. When there are no more results, this value is null.
- Parameters:
nextToken- The token for the next page of results. To retrieve the next page, call the operation again and provide this value. When there are no more results, this value is null.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListResourceAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListResourceAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-