Interface AccessSourcesItem.Builder

  • Method Details

    • arn

      The Amazon Resource Name (ARN) of the access source.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the access source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • cidr

      The CIDR block that defines the IP address range for the access source.

      Parameters:
      cidr - The CIDR block that defines the IP address range for the access source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      AccessSourcesItem.Builder createdAt(Instant createdAt)

      The date and time when the access source was created.

      Parameters:
      createdAt - The date and time when the access source was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • id

      The unique identifier of the access source.

      Parameters:
      id - The unique identifier of the access source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ipAddressType

      AccessSourcesItem.Builder ipAddressType(String ipAddressType)

      The IP address type of the access source.

      Parameters:
      ipAddressType - The IP address type of the access source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • ipAddressType

      AccessSourcesItem.Builder ipAddressType(IpAddressType ipAddressType)

      The IP address type of the access source.

      Parameters:
      ipAddressType - The IP address type of the access source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • name

      The name of the access source.

      Parameters:
      name - The name of the access source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dnsViewId

      AccessSourcesItem.Builder dnsViewId(String dnsViewId)

      The ID of the DNS view that the access source is associated with.

      Parameters:
      dnsViewId - The ID of the DNS view that the access source is associated with.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • protocol

      AccessSourcesItem.Builder protocol(String protocol)

      The protocol used by the access source.

      Parameters:
      protocol - The protocol used by the access source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • protocol

      The protocol used by the access source.

      Parameters:
      protocol - The protocol used by the access source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the access source.

      Parameters:
      status - The current status of the access source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The current status of the access source.

      Parameters:
      status - The current status of the access source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • updatedAt

      AccessSourcesItem.Builder updatedAt(Instant updatedAt)

      The date and time when the access source was last updated.

      Parameters:
      updatedAt - The date and time when the access source was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.