Package com.oracle.bmc.goldengate.model
Class CollectDeploymentDiagnosticDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.goldengate.model.CollectDeploymentDiagnosticDetails.Builder
-
- Enclosing class:
- CollectDeploymentDiagnosticDetails
public static class CollectDeploymentDiagnosticDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CollectDeploymentDiagnosticDetails.Builder
bucketName(String bucketName)
Name of the bucket where the object is to be uploaded in the object storageCollectDeploymentDiagnosticDetails
build()
CollectDeploymentDiagnosticDetails.Builder
copy(CollectDeploymentDiagnosticDetails model)
CollectDeploymentDiagnosticDetails.Builder
diagnosticNamePrefix(String diagnosticNamePrefix)
Prefix of the diagnostic collected and uploaded to object storageCollectDeploymentDiagnosticDetails.Builder
namespaceName(String namespaceName)
Name of namespace that serves as a container for all of your bucketsCollectDeploymentDiagnosticDetails.Builder
timeDiagnosticEnd(Date timeDiagnosticEnd)
The time until which the diagnostic collection should collect the logs.CollectDeploymentDiagnosticDetails.Builder
timeDiagnosticStart(Date timeDiagnosticStart)
The time from which the diagnostic collection should collect the logs.
-
-
-
Method Detail
-
namespaceName
public CollectDeploymentDiagnosticDetails.Builder namespaceName(String namespaceName)
Name of namespace that serves as a container for all of your buckets- Parameters:
namespaceName
- the value to set- Returns:
- this builder
-
bucketName
public CollectDeploymentDiagnosticDetails.Builder bucketName(String bucketName)
Name of the bucket where the object is to be uploaded in the object storage- Parameters:
bucketName
- the value to set- Returns:
- this builder
-
diagnosticNamePrefix
public CollectDeploymentDiagnosticDetails.Builder diagnosticNamePrefix(String diagnosticNamePrefix)
Prefix of the diagnostic collected and uploaded to object storage- Parameters:
diagnosticNamePrefix
- the value to set- Returns:
- this builder
-
timeDiagnosticStart
public CollectDeploymentDiagnosticDetails.Builder timeDiagnosticStart(Date timeDiagnosticStart)
The time from which the diagnostic collection should collect the logs.The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- Parameters:
timeDiagnosticStart
- the value to set- Returns:
- this builder
-
timeDiagnosticEnd
public CollectDeploymentDiagnosticDetails.Builder timeDiagnosticEnd(Date timeDiagnosticEnd)
The time until which the diagnostic collection should collect the logs.The format is defined by RFC3339, such as 2016-08-25T21:10:29.600Z.
- Parameters:
timeDiagnosticEnd
- the value to set- Returns:
- this builder
-
build
public CollectDeploymentDiagnosticDetails build()
-
copy
public CollectDeploymentDiagnosticDetails.Builder copy(CollectDeploymentDiagnosticDetails model)
-
-