Interface GetNetworkResourceRelationshipsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetNetworkResourceRelationshipsRequest.Builder,GetNetworkResourceRelationshipsRequest>,NetworkManagerRequest.Builder,SdkBuilder<GetNetworkResourceRelationshipsRequest.Builder,GetNetworkResourceRelationshipsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetNetworkResourceRelationshipsRequest
public static interface GetNetworkResourceRelationshipsRequest.Builder extends NetworkManagerRequest.Builder, SdkPojo, CopyableBuilder<GetNetworkResourceRelationshipsRequest.Builder,GetNetworkResourceRelationshipsRequest>
-
-
Method Summary
-
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
GetNetworkResourceRelationshipsRequest.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.
-
coreNetworkId
GetNetworkResourceRelationshipsRequest.Builder coreNetworkId(String coreNetworkId)
The ID of a core network.
- Parameters:
coreNetworkId- The ID of a core network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registeredGatewayArn
GetNetworkResourceRelationshipsRequest.Builder registeredGatewayArn(String registeredGatewayArn)
The ARN of the registered gateway.
- Parameters:
registeredGatewayArn- The ARN of the registered gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsRegion
GetNetworkResourceRelationshipsRequest.Builder awsRegion(String awsRegion)
The Amazon Web Services Region.
- Parameters:
awsRegion- The Amazon Web Services Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountId
GetNetworkResourceRelationshipsRequest.Builder accountId(String accountId)
The Amazon Web Services account ID.
- Parameters:
accountId- The Amazon Web Services account ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
GetNetworkResourceRelationshipsRequest.Builder resourceType(String resourceType)
The resource type.
The following are the supported resource types for Direct Connect:
-
dxcon -
dx-gateway -
dx-vif
The following are the supported resource types for Network Manager:
-
connection -
device -
link -
site
The following are the supported resource types for Amazon VPC:
-
customer-gateway -
transit-gateway -
transit-gateway-attachment -
transit-gateway-connect-peer -
transit-gateway-route-table -
vpn-connection
- Parameters:
resourceType- The resource type.The following are the supported resource types for Direct Connect:
-
dxcon -
dx-gateway -
dx-vif
The following are the supported resource types for Network Manager:
-
connection -
device -
link -
site
The following are the supported resource types for Amazon VPC:
-
customer-gateway -
transit-gateway -
transit-gateway-attachment -
transit-gateway-connect-peer -
transit-gateway-route-table -
vpn-connection
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
resourceArn
GetNetworkResourceRelationshipsRequest.Builder resourceArn(String resourceArn)
The ARN of the gateway.
- Parameters:
resourceArn- The ARN of the gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
GetNetworkResourceRelationshipsRequest.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
GetNetworkResourceRelationshipsRequest.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
GetNetworkResourceRelationshipsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetNetworkResourceRelationshipsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-