public static class MonitoredResourceAliasSourceCredential.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MonitoredResourceAliasSourceCredential |
build() |
MonitoredResourceAliasSourceCredential.Builder |
copy(MonitoredResourceAliasSourceCredential model) |
MonitoredResourceAliasSourceCredential.Builder |
name(String name)
The name of the pre-existing source credential which alias cred should point to.
|
MonitoredResourceAliasSourceCredential.Builder |
service(String service)
The name of the service owning the credential.
|
MonitoredResourceAliasSourceCredential.Builder |
source(String source)
The source type and source name combination,delimited with (.) separator.
|
public MonitoredResourceAliasSourceCredential.Builder source(String source)
The source type and source name combination,delimited with (.) separator. This refers to the pre-existing source which alias cred should point to. Ex. {source type}.{source name} and source type max char limit is 63.
source
- the value to setpublic MonitoredResourceAliasSourceCredential.Builder name(String name)
The name of the pre-existing source credential which alias cred should point to. This should refer to the pre-existing source attribute which is bound to credential name.
name
- the value to setpublic MonitoredResourceAliasSourceCredential.Builder service(String service)
The name of the service owning the credential. Example: stack-monitoring or dbmgmt
service
- the value to setpublic MonitoredResourceAliasSourceCredential build()
public MonitoredResourceAliasSourceCredential.Builder copy(MonitoredResourceAliasSourceCredential model)
Copyright © 2016–2024. All rights reserved.