Interface GetNetworkResourceCountsRequest.Builder

    • Method Detail

      • globalNetworkId

        GetNetworkResourceCountsRequest.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.
      • resourceType

        GetNetworkResourceCountsRequest.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.
      • maxResults

        GetNetworkResourceCountsRequest.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

        GetNetworkResourceCountsRequest.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.