public class ValidateContainerSettingsRequest extends Object
Constructor and Description |
---|
ValidateContainerSettingsRequest() |
Modifier and Type | Method and Description |
---|---|
String |
baseUrl()
Get base URL of the container registry.
|
String |
password()
Get password for to access the container registry.
|
String |
platform()
Get platform (windows or linux).
|
String |
repository()
Get repository name (image name).
|
String |
tag()
Get image tag.
|
String |
username()
Get username for to access the container registry.
|
ValidateContainerSettingsRequest |
withBaseUrl(String baseUrl)
Set base URL of the container registry.
|
ValidateContainerSettingsRequest |
withPassword(String password)
Set password for to access the container registry.
|
ValidateContainerSettingsRequest |
withPlatform(String platform)
Set platform (windows or linux).
|
ValidateContainerSettingsRequest |
withRepository(String repository)
Set repository name (image name).
|
ValidateContainerSettingsRequest |
withTag(String tag)
Set image tag.
|
ValidateContainerSettingsRequest |
withUsername(String username)
Set username for to access the container registry.
|
public String baseUrl()
public ValidateContainerSettingsRequest withBaseUrl(String baseUrl)
baseUrl
- the baseUrl value to setpublic String username()
public ValidateContainerSettingsRequest withUsername(String username)
username
- the username value to setpublic String password()
public ValidateContainerSettingsRequest withPassword(String password)
password
- the password value to setpublic String repository()
public ValidateContainerSettingsRequest withRepository(String repository)
repository
- the repository value to setpublic String tag()
public ValidateContainerSettingsRequest withTag(String tag)
tag
- the tag value to setpublic String platform()
public ValidateContainerSettingsRequest withPlatform(String platform)
platform
- the platform value to setCopyright © 2019. All rights reserved.