Interface DescribeSecurityConfigurationResponse.Builder

    • Method Detail

      • name

        DescribeSecurityConfigurationResponse.Builder name​(String name)

        The name of the security configuration.

        Parameters:
        name - The name of the security configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • securityConfiguration

        DescribeSecurityConfigurationResponse.Builder securityConfiguration​(String securityConfiguration)

        The security configuration details in JSON format.

        Parameters:
        securityConfiguration - The security configuration details in JSON format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationDateTime

        DescribeSecurityConfigurationResponse.Builder creationDateTime​(Instant creationDateTime)

        The date and time the security configuration was created

        Parameters:
        creationDateTime - The date and time the security configuration was created
        Returns:
        Returns a reference to this object so that method calls can be chained together.