Interface Standard.Builder

    • Method Detail

      • standardsArn

        Standard.Builder standardsArn​(String standardsArn)

        The ARN of a standard.

        Parameters:
        standardsArn - The ARN of a standard.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        Standard.Builder name​(String name)

        The name of the standard.

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

        Standard.Builder description​(String description)

        A description of the standard.

        Parameters:
        description - A description of the standard.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • enabledByDefault

        Standard.Builder enabledByDefault​(Boolean enabledByDefault)

        Whether the standard is enabled by default. When Security Hub is enabled from the console, if a standard is enabled by default, the check box for that standard is selected by default.

        When Security Hub is enabled using the EnableSecurityHub API operation, the standard is enabled by default unless EnableDefaultStandards is set to false.

        Parameters:
        enabledByDefault - Whether the standard is enabled by default. When Security Hub is enabled from the console, if a standard is enabled by default, the check box for that standard is selected by default.

        When Security Hub is enabled using the EnableSecurityHub API operation, the standard is enabled by default unless EnableDefaultStandards is set to false.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • standardsManagedBy

        Standard.Builder standardsManagedBy​(StandardsManagedBy standardsManagedBy)

        Provides details about the management of a standard.

        Parameters:
        standardsManagedBy - Provides details about the management of a standard.
        Returns:
        Returns a reference to this object so that method calls can be chained together.