Interface GetNetworkResourcesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetNetworkResourcesRequest.Builder,GetNetworkResourcesRequest>,NetworkManagerRequest.Builder,SdkBuilder<GetNetworkResourcesRequest.Builder,GetNetworkResourcesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetNetworkResourcesRequest
public static interface GetNetworkResourcesRequest.Builder extends NetworkManagerRequest.Builder, SdkPojo, CopyableBuilder<GetNetworkResourcesRequest.Builder,GetNetworkResourcesRequest>
-
-
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
GetNetworkResourcesRequest.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
GetNetworkResourcesRequest.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
GetNetworkResourcesRequest.Builder registeredGatewayArn(String 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
GetNetworkResourcesRequest.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
GetNetworkResourcesRequest.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
GetNetworkResourcesRequest.Builder resourceType(String 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
GetNetworkResourcesRequest.Builder resourceArn(String 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
GetNetworkResourcesRequest.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
GetNetworkResourcesRequest.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
GetNetworkResourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetNetworkResourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-