Package com.pulumi.gcp.composer.outputs
Class GetEnvironmentConfigRecoveryConfigScheduledSnapshotsConfig.Builder
- java.lang.Object
-
- com.pulumi.gcp.composer.outputs.GetEnvironmentConfigRecoveryConfigScheduledSnapshotsConfig.Builder
-
- Enclosing class:
- GetEnvironmentConfigRecoveryConfigScheduledSnapshotsConfig
public static final class GetEnvironmentConfigRecoveryConfigScheduledSnapshotsConfig.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GetEnvironmentConfigRecoveryConfigScheduledSnapshotsConfig defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetEnvironmentConfigRecoveryConfigScheduledSnapshotsConfig
build()
GetEnvironmentConfigRecoveryConfigScheduledSnapshotsConfig.Builder
enabled(java.lang.Boolean enabled)
GetEnvironmentConfigRecoveryConfigScheduledSnapshotsConfig.Builder
snapshotCreationSchedule(java.lang.String snapshotCreationSchedule)
GetEnvironmentConfigRecoveryConfigScheduledSnapshotsConfig.Builder
snapshotLocation(java.lang.String snapshotLocation)
GetEnvironmentConfigRecoveryConfigScheduledSnapshotsConfig.Builder
timeZone(java.lang.String timeZone)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetEnvironmentConfigRecoveryConfigScheduledSnapshotsConfig defaults)
-
-
Method Detail
-
enabled
public GetEnvironmentConfigRecoveryConfigScheduledSnapshotsConfig.Builder enabled(java.lang.Boolean enabled)
-
snapshotCreationSchedule
public GetEnvironmentConfigRecoveryConfigScheduledSnapshotsConfig.Builder snapshotCreationSchedule(java.lang.String snapshotCreationSchedule)
-
snapshotLocation
public GetEnvironmentConfigRecoveryConfigScheduledSnapshotsConfig.Builder snapshotLocation(java.lang.String snapshotLocation)
-
timeZone
public GetEnvironmentConfigRecoveryConfigScheduledSnapshotsConfig.Builder timeZone(java.lang.String timeZone)
-
build
public GetEnvironmentConfigRecoveryConfigScheduledSnapshotsConfig build()
-
-