Interface ListServiceNetworkResourceAssociationsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListServiceNetworkResourceAssociationsRequest.Builder,
,ListServiceNetworkResourceAssociationsRequest> SdkBuilder<ListServiceNetworkResourceAssociationsRequest.Builder,
,ListServiceNetworkResourceAssociationsRequest> SdkPojo
,SdkRequest.Builder
,VpcLatticeRequest.Builder
- Enclosing class:
ListServiceNetworkResourceAssociationsRequest
@Mutable
@NotThreadSafe
public static interface ListServiceNetworkResourceAssociationsRequest.Builder
extends VpcLatticeRequest.Builder, SdkPojo, CopyableBuilder<ListServiceNetworkResourceAssociationsRequest.Builder,ListServiceNetworkResourceAssociationsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionincludeChildren
(Boolean includeChildren) Include service network resource associations of the child resource configuration with the grouped resource configuration.maxResults
(Integer maxResults) The maximum page size.If there are additional results, a pagination 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.resourceConfigurationIdentifier
(String resourceConfigurationIdentifier) The ID of the resource configuration.serviceNetworkIdentifier
(String serviceNetworkIdentifier) The ID of the service network.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.vpclattice.model.VpcLatticeRequest.Builder
build
-
Method Details
-
serviceNetworkIdentifier
ListServiceNetworkResourceAssociationsRequest.Builder serviceNetworkIdentifier(String serviceNetworkIdentifier) The ID of the service network.
- Parameters:
serviceNetworkIdentifier
- The ID of the service network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceConfigurationIdentifier
ListServiceNetworkResourceAssociationsRequest.Builder resourceConfigurationIdentifier(String resourceConfigurationIdentifier) The ID of the resource configuration.
- Parameters:
resourceConfigurationIdentifier
- The ID of the resource configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum page size.
- Parameters:
maxResults
- The maximum page size.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
If there are additional results, a pagination token for the next page of results.
- Parameters:
nextToken
- If there are additional results, a pagination token for the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includeChildren
Include service network resource associations of the child resource configuration with the grouped resource configuration.
The type is boolean and the default value is false.
- Parameters:
includeChildren
- Include service network resource associations of the child resource configuration with the grouped resource configuration.The type is boolean and the default value is false.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListServiceNetworkResourceAssociationsRequest.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
ListServiceNetworkResourceAssociationsRequest.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.
-