Package com.pulumi.aws.codebuild.inputs
Class ReportGroupExportConfigS3DestinationArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.codebuild.inputs.ReportGroupExportConfigS3DestinationArgs.Builder
-
- Enclosing class:
- ReportGroupExportConfigS3DestinationArgs
public static final class ReportGroupExportConfigS3DestinationArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(ReportGroupExportConfigS3DestinationArgs defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(ReportGroupExportConfigS3DestinationArgs defaults)
-
-
Method Detail
-
bucket
public ReportGroupExportConfigS3DestinationArgs.Builder bucket(com.pulumi.core.Output<java.lang.String> bucket)
- Parameters:
bucket
- The name of the S3 bucket where the raw data of a report are exported.- Returns:
- builder
-
bucket
public ReportGroupExportConfigS3DestinationArgs.Builder bucket(java.lang.String bucket)
- Parameters:
bucket
- The name of the S3 bucket where the raw data of a report are exported.- Returns:
- builder
-
encryptionDisabled
public ReportGroupExportConfigS3DestinationArgs.Builder encryptionDisabled(@Nullable com.pulumi.core.Output<java.lang.Boolean> encryptionDisabled)
- Parameters:
encryptionDisabled
- A boolean value that specifies if the results of a report are encrypted. **Note: the API does not currently allow setting encryption as disabled**- Returns:
- builder
-
encryptionDisabled
public ReportGroupExportConfigS3DestinationArgs.Builder encryptionDisabled(java.lang.Boolean encryptionDisabled)
- Parameters:
encryptionDisabled
- A boolean value that specifies if the results of a report are encrypted. **Note: the API does not currently allow setting encryption as disabled**- Returns:
- builder
-
encryptionKey
public ReportGroupExportConfigS3DestinationArgs.Builder encryptionKey(com.pulumi.core.Output<java.lang.String> encryptionKey)
- Parameters:
encryptionKey
- The encryption key for the report's encrypted raw data. The KMS key ARN.- Returns:
- builder
-
encryptionKey
public ReportGroupExportConfigS3DestinationArgs.Builder encryptionKey(java.lang.String encryptionKey)
- Parameters:
encryptionKey
- The encryption key for the report's encrypted raw data. The KMS key ARN.- Returns:
- builder
-
packaging
public ReportGroupExportConfigS3DestinationArgs.Builder packaging(@Nullable com.pulumi.core.Output<java.lang.String> packaging)
- Parameters:
packaging
- The type of build output artifact to create. Valid values are: `NONE` (default) and `ZIP`.- Returns:
- builder
-
packaging
public ReportGroupExportConfigS3DestinationArgs.Builder packaging(java.lang.String packaging)
- Parameters:
packaging
- The type of build output artifact to create. Valid values are: `NONE` (default) and `ZIP`.- Returns:
- builder
-
path
public ReportGroupExportConfigS3DestinationArgs.Builder path(@Nullable com.pulumi.core.Output<java.lang.String> path)
- Parameters:
path
- The path to the exported report's raw data results.- Returns:
- builder
-
path
public ReportGroupExportConfigS3DestinationArgs.Builder path(java.lang.String path)
- Parameters:
path
- The path to the exported report's raw data results.- Returns:
- builder
-
build
public ReportGroupExportConfigS3DestinationArgs build()
-
-