Class ReportGroupState.Builder

  • Enclosing class:
    ReportGroupState

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

      • Builder

        public Builder()
    • Method Detail

      • arn

        public ReportGroupState.Builder arn​(@Nullable
                                            com.pulumi.core.Output<java.lang.String> arn)
        Parameters:
        arn - The ARN of Report Group.
        Returns:
        builder
      • arn

        public ReportGroupState.Builder arn​(java.lang.String arn)
        Parameters:
        arn - The ARN of Report Group.
        Returns:
        builder
      • created

        public ReportGroupState.Builder created​(@Nullable
                                                com.pulumi.core.Output<java.lang.String> created)
        Parameters:
        created - The date and time this Report Group was created.
        Returns:
        builder
      • created

        public ReportGroupState.Builder created​(java.lang.String created)
        Parameters:
        created - The date and time this Report Group was created.
        Returns:
        builder
      • deleteReports

        public ReportGroupState.Builder deleteReports​(@Nullable
                                                      com.pulumi.core.Output<java.lang.Boolean> deleteReports)
        Parameters:
        deleteReports - If `true`, deletes any reports that belong to a report group before deleting the report group. If `false`, you must delete any reports in the report group before deleting it. Default value is `false`.
        Returns:
        builder
      • deleteReports

        public ReportGroupState.Builder deleteReports​(java.lang.Boolean deleteReports)
        Parameters:
        deleteReports - If `true`, deletes any reports that belong to a report group before deleting the report group. If `false`, you must delete any reports in the report group before deleting it. Default value is `false`.
        Returns:
        builder
      • exportConfig

        public ReportGroupState.Builder exportConfig​(@Nullable
                                                     com.pulumi.core.Output<ReportGroupExportConfigArgs> exportConfig)
        Parameters:
        exportConfig - Information about the destination where the raw data of this Report Group is exported. see Export Config documented below.
        Returns:
        builder
      • exportConfig

        public ReportGroupState.Builder exportConfig​(ReportGroupExportConfigArgs exportConfig)
        Parameters:
        exportConfig - Information about the destination where the raw data of this Report Group is exported. see Export Config documented below.
        Returns:
        builder
      • name

        public ReportGroupState.Builder name​(@Nullable
                                             com.pulumi.core.Output<java.lang.String> name)
        Parameters:
        name - The name of a Report Group.
        Returns:
        builder
      • name

        public ReportGroupState.Builder name​(java.lang.String name)
        Parameters:
        name - The name of a Report Group.
        Returns:
        builder
      • tags

        public ReportGroupState.Builder tags​(@Nullable
                                             com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> tags)
        Parameters:
        tags - Key-value mapping of resource tags. .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 ReportGroupState.Builder tags​(java.util.Map<java.lang.String,​java.lang.String> tags)
        Parameters:
        tags - Key-value mapping of resource tags. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
        Returns:
        builder
      • tagsAll

        @Deprecated
        public ReportGroupState.Builder tagsAll​(@Nullable
                                                com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> tagsAll)
        Deprecated.
        Please use `tags` instead.
        Parameters:
        tagsAll - A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
        Returns:
        builder
      • tagsAll

        @Deprecated
        public ReportGroupState.Builder tagsAll​(java.util.Map<java.lang.String,​java.lang.String> tagsAll)
        Deprecated.
        Please use `tags` instead.
        Parameters:
        tagsAll - A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
        Returns:
        builder
      • type

        public ReportGroupState.Builder type​(@Nullable
                                             com.pulumi.core.Output<java.lang.String> type)
        Parameters:
        type - The type of the Report Group. Valid value are `TEST` and `CODE_COVERAGE`.
        Returns:
        builder
      • type

        public ReportGroupState.Builder type​(java.lang.String type)
        Parameters:
        type - The type of the Report Group. Valid value are `TEST` and `CODE_COVERAGE`.
        Returns:
        builder