Interface VpcOriginEndpointConfig.Builder

    • Method Detail

      • name

        VpcOriginEndpointConfig.Builder name​(String name)

        The name of the CloudFront VPC origin endpoint configuration.

        Parameters:
        name - The name of the CloudFront VPC origin endpoint configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arn

        VpcOriginEndpointConfig.Builder arn​(String arn)

        The ARN of the CloudFront VPC origin endpoint configuration.

        Parameters:
        arn - The ARN of the CloudFront VPC origin endpoint configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • httpPort

        VpcOriginEndpointConfig.Builder httpPort​(Integer httpPort)

        The HTTP port for the CloudFront VPC origin endpoint configuration. The default value is 80.

        Parameters:
        httpPort - The HTTP port for the CloudFront VPC origin endpoint configuration. The default value is 80.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • httpsPort

        VpcOriginEndpointConfig.Builder httpsPort​(Integer httpsPort)

        The HTTPS port of the CloudFront VPC origin endpoint configuration. The default value is 443.

        Parameters:
        httpsPort - The HTTPS port of the CloudFront VPC origin endpoint configuration. The default value is 443.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • originProtocolPolicy

        VpcOriginEndpointConfig.Builder originProtocolPolicy​(String originProtocolPolicy)

        The origin protocol policy for the CloudFront VPC origin endpoint configuration.

        Parameters:
        originProtocolPolicy - The origin protocol policy for the CloudFront VPC origin endpoint configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OriginProtocolPolicy, OriginProtocolPolicy
      • originProtocolPolicy

        VpcOriginEndpointConfig.Builder originProtocolPolicy​(OriginProtocolPolicy originProtocolPolicy)

        The origin protocol policy for the CloudFront VPC origin endpoint configuration.

        Parameters:
        originProtocolPolicy - The origin protocol policy for the CloudFront VPC origin endpoint configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        OriginProtocolPolicy, OriginProtocolPolicy
      • originSslProtocols

        VpcOriginEndpointConfig.Builder originSslProtocols​(OriginSslProtocols originSslProtocols)
        Sets the value of the OriginSslProtocols property for this object.
        Parameters:
        originSslProtocols - The new value for the OriginSslProtocols property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.