public static class CollectDeploymentDiagnosticDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CollectDeploymentDiagnosticDetails.Builder |
bucketName(String bucketName)
Name of the bucket where the object is to be uploaded in the object storage
|
CollectDeploymentDiagnosticDetails |
build() |
CollectDeploymentDiagnosticDetails.Builder |
copy(CollectDeploymentDiagnosticDetails model) |
CollectDeploymentDiagnosticDetails.Builder |
diagnosticNamePrefix(String diagnosticNamePrefix)
Prefix of the diagnostic collected and uploaded to object storage
|
CollectDeploymentDiagnosticDetails.Builder |
namespaceName(String namespaceName)
Name of namespace that serves as a container for all of your buckets
|
CollectDeploymentDiagnosticDetails.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.
|
public CollectDeploymentDiagnosticDetails.Builder namespaceName(String namespaceName)
Name of namespace that serves as a container for all of your buckets
namespaceName
- the value to setpublic CollectDeploymentDiagnosticDetails.Builder bucketName(String bucketName)
Name of the bucket where the object is to be uploaded in the object storage
bucketName
- the value to setpublic CollectDeploymentDiagnosticDetails.Builder diagnosticNamePrefix(String diagnosticNamePrefix)
Prefix of the diagnostic collected and uploaded to object storage
diagnosticNamePrefix
- the value to setpublic 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
.
timeDiagnosticStart
- the value to setpublic 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
.
timeDiagnosticEnd
- the value to setpublic CollectDeploymentDiagnosticDetails build()
public CollectDeploymentDiagnosticDetails.Builder copy(CollectDeploymentDiagnosticDetails model)
Copyright © 2016–2024. All rights reserved.