Interface GetLinkAssociationsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetLinkAssociationsRequest.Builder,
,GetLinkAssociationsRequest> NetworkManagerRequest.Builder
,SdkBuilder<GetLinkAssociationsRequest.Builder,
,GetLinkAssociationsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetLinkAssociationsRequest
@Mutable
@NotThreadSafe
public static interface GetLinkAssociationsRequest.Builder
extends NetworkManagerRequest.Builder, SdkPojo, CopyableBuilder<GetLinkAssociationsRequest.Builder,GetLinkAssociationsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the device.globalNetworkId
(String globalNetworkId) The ID of the global network.The ID of the link.maxResults
(Integer maxResults) The maximum number of results to return.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.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.services.networkmanager.model.NetworkManagerRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
globalNetworkId
The ID of the global network.
- Parameters:
globalNetworkId
- The ID of the global network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceId
The ID of the device.
- Parameters:
deviceId
- The ID of the device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
linkId
The ID of the link.
- Parameters:
linkId
- The ID of the link.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of results to return.
- Parameters:
maxResults
- The maximum number of results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The token for the next page of results.
- Parameters:
nextToken
- The token for the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetLinkAssociationsRequest.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
GetLinkAssociationsRequest.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.
-