public static class DeploymentDiagnosticData.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DeploymentDiagnosticData.Builder |
bucketName(String bucketName)
Name of the bucket where the object is to be uploaded in the object storage
|
DeploymentDiagnosticData |
build() |
DeploymentDiagnosticData.Builder |
copy(DeploymentDiagnosticData model) |
DeploymentDiagnosticData.Builder |
diagnosticState(DeploymentDiagnosticState diagnosticState)
The state of the deployment diagnostic collection.
|
DeploymentDiagnosticData.Builder |
namespaceName(String namespaceName)
Name of namespace that serves as a container for all of your buckets
|
DeploymentDiagnosticData.Builder |
objectName(String objectName)
Name of the diagnostic collected and uploaded to object storage
|
DeploymentDiagnosticData.Builder |
timeDiagnosticEnd(Date timeDiagnosticEnd)
The time until which the diagnostic collection should collect the logs.
|
DeploymentDiagnosticData.Builder |
timeDiagnosticStart(Date timeDiagnosticStart)
The time from which the diagnostic collection should collect the logs.
|
public DeploymentDiagnosticData.Builder namespaceName(String namespaceName)
Name of namespace that serves as a container for all of your buckets
namespaceName
- the value to setpublic DeploymentDiagnosticData.Builder bucketName(String bucketName)
Name of the bucket where the object is to be uploaded in the object storage
bucketName
- the value to setpublic DeploymentDiagnosticData.Builder objectName(String objectName)
Name of the diagnostic collected and uploaded to object storage
objectName
- the value to setpublic DeploymentDiagnosticData.Builder diagnosticState(DeploymentDiagnosticState diagnosticState)
The state of the deployment diagnostic collection.
diagnosticState
- the value to setpublic DeploymentDiagnosticData.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
.
timeDiagnosticStart
- the value to setpublic DeploymentDiagnosticData.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
.
timeDiagnosticEnd
- the value to setpublic DeploymentDiagnosticData build()
public DeploymentDiagnosticData.Builder copy(DeploymentDiagnosticData model)
Copyright © 2016–2024. All rights reserved.