Interface AwsEc2ClientVpnEndpointConnectionLogOptionsDetails.Builder

    • Method Detail

      • enabled

        AwsEc2ClientVpnEndpointConnectionLogOptionsDetails.Builder enabled​(Boolean enabled)

        Indicates whether client connection logging is enabled for the Client VPN endpoint.

        Parameters:
        enabled - Indicates whether client connection logging is enabled for the Client VPN endpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cloudwatchLogGroup

        AwsEc2ClientVpnEndpointConnectionLogOptionsDetails.Builder cloudwatchLogGroup​(String cloudwatchLogGroup)

        The name of the Amazon CloudWatch Logs log group to which connection logging data is published.

        Parameters:
        cloudwatchLogGroup - The name of the Amazon CloudWatch Logs log group to which connection logging data is published.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cloudwatchLogStream

        AwsEc2ClientVpnEndpointConnectionLogOptionsDetails.Builder cloudwatchLogStream​(String cloudwatchLogStream)

        The name of the Amazon CloudWatch Logs log stream to which connection logging data is published.

        Parameters:
        cloudwatchLogStream - The name of the Amazon CloudWatch Logs log stream to which connection logging data is published.
        Returns:
        Returns a reference to this object so that method calls can be chained together.