public static class GenerateLoadPipelineScriptDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GenerateLoadPipelineScriptDetails |
build() |
GenerateLoadPipelineScriptDetails.Builder |
copy(GenerateLoadPipelineScriptDetails model) |
GenerateLoadPipelineScriptDetails.Builder |
intervalMinutes(Integer intervalMinutes)
The time internal in minutes between consecutive executions of scheduled pipeline job.
|
GenerateLoadPipelineScriptDetails.Builder |
targetBucketName(String targetBucketName)
The name of the bucket where data will be exported.
|
GenerateLoadPipelineScriptDetails.Builder |
targetBucketNamespace(String targetBucketNamespace)
The namespace of the bucket where data will be exported.
|
GenerateLoadPipelineScriptDetails.Builder |
targetBucketRegion(String targetBucketRegion)
The id of the region of the target bucket.
|
public GenerateLoadPipelineScriptDetails.Builder targetBucketName(String targetBucketName)
The name of the bucket where data will be exported.
targetBucketName
- the value to setpublic GenerateLoadPipelineScriptDetails.Builder targetBucketNamespace(String targetBucketNamespace)
The namespace of the bucket where data will be exported.
targetBucketNamespace
- the value to setpublic GenerateLoadPipelineScriptDetails.Builder targetBucketRegion(String targetBucketRegion)
The id of the region of the target bucket.
targetBucketRegion
- the value to setpublic GenerateLoadPipelineScriptDetails.Builder intervalMinutes(Integer intervalMinutes)
The time internal in minutes between consecutive executions of scheduled pipeline job.
intervalMinutes
- the value to setpublic GenerateLoadPipelineScriptDetails build()
public GenerateLoadPipelineScriptDetails.Builder copy(GenerateLoadPipelineScriptDetails model)
Copyright © 2016–2024. All rights reserved.