Interface GetNetworkTelemetryRequest.Builder

  • Method Details

    • globalNetworkId

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

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

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

      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

      GetNetworkTelemetryRequest.Builder resourceType(String resourceType)

      The resource type. The following are the supported resource types:

      • connect-peer

      • transit-gateway-connect-peer

      • vpn-connection

      Parameters:
      resourceType - The resource type. The following are the supported resource types:

      • connect-peer

      • transit-gateway-connect-peer

      • vpn-connection

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceArn

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

      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

      GetNetworkTelemetryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.