Package com.pulumi.aws.codebuild.inputs
Class ReportGroupState.Builder
- java.lang.Object
-
- com.pulumi.aws.codebuild.inputs.ReportGroupState.Builder
-
- Enclosing class:
- ReportGroupState
public static final class ReportGroupState.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(ReportGroupState defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ReportGroupState.Builder
arn(com.pulumi.core.Output<java.lang.String> arn)
ReportGroupState.Builder
arn(java.lang.String arn)
ReportGroupState
build()
ReportGroupState.Builder
created(com.pulumi.core.Output<java.lang.String> created)
ReportGroupState.Builder
created(java.lang.String created)
ReportGroupState.Builder
deleteReports(com.pulumi.core.Output<java.lang.Boolean> deleteReports)
ReportGroupState.Builder
deleteReports(java.lang.Boolean deleteReports)
ReportGroupState.Builder
exportConfig(ReportGroupExportConfigArgs exportConfig)
ReportGroupState.Builder
exportConfig(com.pulumi.core.Output<ReportGroupExportConfigArgs> exportConfig)
ReportGroupState.Builder
name(com.pulumi.core.Output<java.lang.String> name)
ReportGroupState.Builder
name(java.lang.String name)
ReportGroupState.Builder
tags(com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>> tags)
ReportGroupState.Builder
tags(java.util.Map<java.lang.String,java.lang.String> tags)
ReportGroupState.Builder
tagsAll(com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>> tagsAll)
Deprecated.Please use `tags` instead.ReportGroupState.Builder
tagsAll(java.util.Map<java.lang.String,java.lang.String> tagsAll)
Deprecated.Please use `tags` instead.ReportGroupState.Builder
type(com.pulumi.core.Output<java.lang.String> type)
ReportGroupState.Builder
type(java.lang.String type)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(ReportGroupState defaults)
-
-
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
-
build
public ReportGroupState build()
-
-