Interface PrivateConnectionSummary.Builder

  • Method Details

    • name

      The name of the Private Connection.

      Parameters:
      name - The name of the Private Connection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The type of the Private Connection.

      Parameters:
      type - The type of the Private Connection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of the Private Connection.

      Parameters:
      type - The type of the Private Connection.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • resourceGatewayId

      PrivateConnectionSummary.Builder resourceGatewayId(String resourceGatewayId)

      The service-managed Resource Gateway ARN. Only present for service-managed Private Connections.

      Parameters:
      resourceGatewayId - The service-managed Resource Gateway ARN. Only present for service-managed Private Connections.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hostAddress

      PrivateConnectionSummary.Builder hostAddress(String hostAddress)

      IP address or DNS name of the target resource. Only present for service-managed Private Connections.

      Parameters:
      hostAddress - IP address or DNS name of the target resource. Only present for service-managed Private Connections.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • vpcId

      VPC identifier of the service-managed Resource Gateway. Only present for service-managed Private Connections.

      Parameters:
      vpcId - VPC identifier of the service-managed Resource Gateway. Only present for service-managed Private Connections.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceConfigurationId

      PrivateConnectionSummary.Builder resourceConfigurationId(String resourceConfigurationId)

      The Resource Configuration ARN. Only present for self-managed Private Connections.

      Parameters:
      resourceConfigurationId - The Resource Configuration ARN. Only present for self-managed Private Connections.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the Private Connection.

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

      The status of the Private Connection.

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

      PrivateConnectionSummary.Builder certificateExpiryTime(Instant certificateExpiryTime)

      The expiry time of the certificate associated with the Private Connection. Only present when a certificate is associated.

      Parameters:
      certificateExpiryTime - The expiry time of the certificate associated with the Private Connection. Only present when a certificate is associated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.