Interface DescribeSslPoliciesResponse.Builder

    • Method Detail

      • sslPolicies

        DescribeSslPoliciesResponse.Builder sslPolicies​(Collection<SslPolicy> sslPolicies)

        Information about the security policies.

        Parameters:
        sslPolicies - Information about the security policies.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sslPolicies

        DescribeSslPoliciesResponse.Builder sslPolicies​(SslPolicy... sslPolicies)

        Information about the security policies.

        Parameters:
        sslPolicies - Information about the security policies.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextMarker

        DescribeSslPoliciesResponse.Builder nextMarker​(String nextMarker)

        If there are additional results, this is the marker for the next set of results. Otherwise, this is null.

        Parameters:
        nextMarker - If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
        Returns:
        Returns a reference to this object so that method calls can be chained together.