Interface NetworkInsightsAccessScope.Builder

    • Method Detail

      • networkInsightsAccessScopeId

        NetworkInsightsAccessScope.Builder networkInsightsAccessScopeId​(String networkInsightsAccessScopeId)

        The ID of the Network Access Scope.

        Parameters:
        networkInsightsAccessScopeId - The ID of the Network Access Scope.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • networkInsightsAccessScopeArn

        NetworkInsightsAccessScope.Builder networkInsightsAccessScopeArn​(String networkInsightsAccessScopeArn)

        The Amazon Resource Name (ARN) of the Network Access Scope.

        Parameters:
        networkInsightsAccessScopeArn - The Amazon Resource Name (ARN) of the Network Access Scope.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdDate

        NetworkInsightsAccessScope.Builder createdDate​(Instant createdDate)

        The creation date.

        Parameters:
        createdDate - The creation date.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedDate

        NetworkInsightsAccessScope.Builder updatedDate​(Instant updatedDate)

        The last updated date.

        Parameters:
        updatedDate - The last updated date.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        NetworkInsightsAccessScope.Builder tags​(Tag... tags)

        The tags.

        Parameters:
        tags - The tags.
        Returns:
        Returns a reference to this object so that method calls can be chained together.