Interface NetworkInsightsAccessScope.Builder

  • Method Details

    • 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

      The tags.

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

      The tags.

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

      The tags.

      This is a convenience method that creates an instance of the Tag.Builder avoiding the need to create one manually via Tag.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to tags(List<Tag>).

      Parameters:
      tags - a consumer that will call methods on Tag.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: