Class FrameworkArgs.Builder

  • Enclosing class:
    FrameworkArgs

    public static final class FrameworkArgs.Builder
    extends java.lang.Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • complianceType

        public FrameworkArgs.Builder complianceType​(@Nullable
                                                    com.pulumi.core.Output<java.lang.String> complianceType)
        Parameters:
        complianceType - Compliance type that the new custom framework supports, such as `CIS` or `HIPAA`.
        Returns:
        builder
      • complianceType

        public FrameworkArgs.Builder complianceType​(java.lang.String complianceType)
        Parameters:
        complianceType - Compliance type that the new custom framework supports, such as `CIS` or `HIPAA`.
        Returns:
        builder
      • controlSets

        public FrameworkArgs.Builder controlSets​(@Nullable
                                                 com.pulumi.core.Output<java.util.List<FrameworkControlSetArgs>> controlSets)
        Parameters:
        controlSets - Configuration block(s) for the control sets that are associated with the framework. See `control_sets` Block below for details. The following arguments are optional:
        Returns:
        builder
      • controlSets

        public FrameworkArgs.Builder controlSets​(java.util.List<FrameworkControlSetArgs> controlSets)
        Parameters:
        controlSets - Configuration block(s) for the control sets that are associated with the framework. See `control_sets` Block below for details. The following arguments are optional:
        Returns:
        builder
      • controlSets

        public FrameworkArgs.Builder controlSets​(FrameworkControlSetArgs... controlSets)
        Parameters:
        controlSets - Configuration block(s) for the control sets that are associated with the framework. See `control_sets` Block below for details. The following arguments are optional:
        Returns:
        builder
      • description

        public FrameworkArgs.Builder description​(@Nullable
                                                 com.pulumi.core.Output<java.lang.String> description)
        Parameters:
        description - Description of the framework.
        Returns:
        builder
      • description

        public FrameworkArgs.Builder description​(java.lang.String description)
        Parameters:
        description - Description of the framework.
        Returns:
        builder
      • name

        public FrameworkArgs.Builder name​(@Nullable
                                          com.pulumi.core.Output<java.lang.String> name)
        Parameters:
        name - Name of the framework.
        Returns:
        builder
      • name

        public FrameworkArgs.Builder name​(java.lang.String name)
        Parameters:
        name - Name of the framework.
        Returns:
        builder
      • tags

        public FrameworkArgs.Builder tags​(@Nullable
                                          com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> tags)
        Parameters:
        tags - A map of tags to assign to the framework. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
        Returns:
        builder
      • tags

        public FrameworkArgs.Builder tags​(java.util.Map<java.lang.String,​java.lang.String> tags)
        Parameters:
        tags - A map of tags to assign to the framework. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
        Returns:
        builder