Interface ListSecurityConfigurationsResponse.Builder

    • Method Detail

      • securityConfigurations

        ListSecurityConfigurationsResponse.Builder securityConfigurations​(Collection<SecurityConfigurationSummary> securityConfigurations)

        The creation date and time, and name, of each security configuration.

        Parameters:
        securityConfigurations - The creation date and time, and name, of each security configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • securityConfigurations

        ListSecurityConfigurationsResponse.Builder securityConfigurations​(SecurityConfigurationSummary... securityConfigurations)

        The creation date and time, and name, of each security configuration.

        Parameters:
        securityConfigurations - The creation date and time, and name, of each security configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • marker

        ListSecurityConfigurationsResponse.Builder marker​(String marker)

        A pagination token that indicates the next set of results to retrieve. Include the marker in the next ListSecurityConfiguration call to retrieve the next page of results, if required.

        Parameters:
        marker - A pagination token that indicates the next set of results to retrieve. Include the marker in the next ListSecurityConfiguration call to retrieve the next page of results, if required.
        Returns:
        Returns a reference to this object so that method calls can be chained together.