Interface CreateRouteServerEndpointRequest.Builder

    • Method Detail

      • routeServerId

        CreateRouteServerEndpointRequest.Builder routeServerId​(String routeServerId)

        The ID of the route server for which to create an endpoint.

        Parameters:
        routeServerId - The ID of the route server for which to create an endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnetId

        CreateRouteServerEndpointRequest.Builder subnetId​(String subnetId)

        The ID of the subnet in which to create the route server endpoint.

        Parameters:
        subnetId - The ID of the subnet in which to create the route server endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clientToken

        CreateRouteServerEndpointRequest.Builder clientToken​(String clientToken)

        Unique, case-sensitive identifier to ensure idempotency of the request.

        Parameters:
        clientToken - Unique, case-sensitive identifier to ensure idempotency of the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dryRun

        CreateRouteServerEndpointRequest.Builder dryRun​(Boolean dryRun)

        A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

        Parameters:
        dryRun - A check for whether you have the required permissions for the action without actually making the request and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagSpecifications

        CreateRouteServerEndpointRequest.Builder tagSpecifications​(Collection<TagSpecification> tagSpecifications)

        The tags to apply to the route server endpoint during creation.

        Parameters:
        tagSpecifications - The tags to apply to the route server endpoint during creation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tagSpecifications

        CreateRouteServerEndpointRequest.Builder tagSpecifications​(TagSpecification... tagSpecifications)

        The tags to apply to the route server endpoint during creation.

        Parameters:
        tagSpecifications - The tags to apply to the route server endpoint during creation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.