Interface GetLinkAssociationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetLinkAssociationsRequest.Builder,GetLinkAssociationsRequest>,NetworkManagerRequest.Builder,SdkBuilder<GetLinkAssociationsRequest.Builder,GetLinkAssociationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetLinkAssociationsRequest
public static interface GetLinkAssociationsRequest.Builder extends NetworkManagerRequest.Builder, SdkPojo, CopyableBuilder<GetLinkAssociationsRequest.Builder,GetLinkAssociationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetLinkAssociationsRequest.BuilderdeviceId(String deviceId)The ID of the device.GetLinkAssociationsRequest.BuilderglobalNetworkId(String globalNetworkId)The ID of the global network.GetLinkAssociationsRequest.BuilderlinkId(String linkId)The ID of the link.GetLinkAssociationsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return.GetLinkAssociationsRequest.BuildernextToken(String nextToken)The token for the next page of results.GetLinkAssociationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetLinkAssociationsRequest.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.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, sdkFields
-
-
-
-
Method Detail
-
globalNetworkId
GetLinkAssociationsRequest.Builder globalNetworkId(String 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
GetLinkAssociationsRequest.Builder deviceId(String 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
GetLinkAssociationsRequest.Builder linkId(String 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
GetLinkAssociationsRequest.Builder maxResults(Integer 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
GetLinkAssociationsRequest.Builder nextToken(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetLinkAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-