Interface ServiceNetworkEndpointAssociation.Builder

  • Method Details

    • createdAt

      The date and time that the association was created, in ISO-8601 format.

      Parameters:
      createdAt - The date and time that the association was created, in ISO-8601 format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • id

      The ID of the association.

      Parameters:
      id - The ID of the association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • serviceNetworkArn

      ServiceNetworkEndpointAssociation.Builder serviceNetworkArn(String serviceNetworkArn)

      The Amazon Resource Name (ARN) of the service network.

      Parameters:
      serviceNetworkArn - The Amazon Resource Name (ARN) of the service network.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • state

      The state of the association.

      Parameters:
      state - The state of the association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • vpcEndpointId

      ServiceNetworkEndpointAssociation.Builder vpcEndpointId(String vpcEndpointId)

      The ID of the VPC endpoint associated with the service network.

      Parameters:
      vpcEndpointId - The ID of the VPC endpoint associated with the service network.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • vpcEndpointOwnerId

      ServiceNetworkEndpointAssociation.Builder vpcEndpointOwnerId(String vpcEndpointOwnerId)

      The owner of the VPC endpoint associated with the service network.

      Parameters:
      vpcEndpointOwnerId - The owner of the VPC endpoint associated with the service network.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • vpcId

      The ID of the VPC for the association.

      Parameters:
      vpcId - The ID of the VPC for the association.
      Returns:
      Returns a reference to this object so that method calls can be chained together.