Interface GetNetworkResourcesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetNetworkResourcesRequest.Builder,
,GetNetworkResourcesRequest> NetworkManagerRequest.Builder
,SdkBuilder<GetNetworkResourcesRequest.Builder,
,GetNetworkResourcesRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
GetNetworkResourcesRequest
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Web Services account ID.The Amazon Web Services Region.coreNetworkId
(String coreNetworkId) The ID of a core network.globalNetworkId
(String globalNetworkId) The ID of the global network.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.registeredGatewayArn
(String registeredGatewayArn) The ARN of the gateway.resourceArn
(String resourceArn) The ARN of the resource.resourceType
(String resourceType) The resource type.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 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.
-
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
The ARN of the gateway.
- Parameters:
registeredGatewayArn
- The ARN of the gateway.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
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
The resource type.
The following are the supported resource types for Direct Connect:
-
dxcon
- The definition model is Connection. -
dx-gateway
- The definition model is DirectConnectGateway. -
dx-vif
- The definition model is VirtualInterface.
The following are the supported resource types for Network Manager:
-
connection
- The definition model is Connection. -
device
- The definition model is Device. -
link
- The definition model is Link. -
site
- The definition model is Site.
The following are the supported resource types for Amazon VPC:
-
customer-gateway
- The definition model is CustomerGateway. -
transit-gateway
- The definition model is TransitGateway. -
transit-gateway-attachment
- The definition model is TransitGatewayAttachment. -
transit-gateway-connect-peer
- The definition model is TransitGatewayConnectPeer. -
transit-gateway-route-table
- The definition model is TransitGatewayRouteTable. -
vpn-connection
- The definition model is VpnConnection.
- Parameters:
resourceType
- The resource type.The following are the supported resource types for Direct Connect:
-
dxcon
- The definition model is Connection. -
dx-gateway
- The definition model is DirectConnectGateway. -
dx-vif
- The definition model is VirtualInterface.
The following are the supported resource types for Network Manager:
-
connection
- The definition model is Connection. -
device
- The definition model is Device. -
link
- The definition model is Link. -
site
- The definition model is Site.
The following are the supported resource types for Amazon VPC:
-
customer-gateway
- The definition model is CustomerGateway. -
transit-gateway
- The definition model is TransitGateway. -
transit-gateway-attachment
- The definition model is TransitGatewayAttachment. -
transit-gateway-connect-peer
- The definition model is TransitGatewayConnectPeer. -
transit-gateway-route-table
- The definition model is TransitGatewayRouteTable. -
vpn-connection
- The definition model is VpnConnection.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
resourceArn
The ARN of the resource.
- Parameters:
resourceArn
- The ARN of the resource.- 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
GetNetworkResourcesRequest.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
GetNetworkResourcesRequest.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.
-