@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ContainerService extends Object implements Serializable, Cloneable, StructuredPojo
Describes an Amazon Lightsail container service.
Constructor and Description |
---|
ContainerService() |
Modifier and Type | Method and Description |
---|---|
ContainerService |
addPublicDomainNamesEntry(String key,
List<String> value)
Add a single PublicDomainNames entry
|
ContainerService |
clearPublicDomainNamesEntries()
Removes all the entries added into PublicDomainNames.
|
ContainerService |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) of the container service.
|
String |
getContainerServiceName()
The name of the container service.
|
Date |
getCreatedAt()
The timestamp when the container service was created.
|
ContainerServiceDeployment |
getCurrentDeployment()
An object that describes the current container deployment of the container service.
|
Boolean |
getIsDisabled()
A Boolean value indicating whether the container service is disabled.
|
ResourceLocation |
getLocation()
An object that describes the location of the container service, such as the Amazon Web Services Region and
Availability Zone.
|
ContainerServiceDeployment |
getNextDeployment()
An object that describes the next deployment of the container service.
|
String |
getPower()
The power specification of the container service.
|
String |
getPowerId()
The ID of the power of the container service.
|
String |
getPrincipalArn()
The principal ARN of the container service.
|
String |
getPrivateDomainName()
The private domain name of the container service.
|
PrivateRegistryAccess |
getPrivateRegistryAccess()
An object that describes the configuration for the container service to access private container image
repositories, such as Amazon Elastic Container Registry (Amazon ECR) private repositories.
|
Map<String,List<String>> |
getPublicDomainNames()
The public domain name of the container service, such as
example.com and
www.example.com . |
String |
getResourceType()
The Lightsail resource type of the container service.
|
Integer |
getScale()
The scale specification of the container service.
|
String |
getState()
The current state of the container service.
|
ContainerServiceStateDetail |
getStateDetail()
An object that describes the current state of the container service.
|
List<Tag> |
getTags()
The tag keys and optional values for the resource.
|
String |
getUrl()
The publicly accessible URL of the container service.
|
int |
hashCode() |
Boolean |
isDisabled()
A Boolean value indicating whether the container service is disabled.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The Amazon Resource Name (ARN) of the container service.
|
void |
setContainerServiceName(String containerServiceName)
The name of the container service.
|
void |
setCreatedAt(Date createdAt)
The timestamp when the container service was created.
|
void |
setCurrentDeployment(ContainerServiceDeployment currentDeployment)
An object that describes the current container deployment of the container service.
|
void |
setIsDisabled(Boolean isDisabled)
A Boolean value indicating whether the container service is disabled.
|
void |
setLocation(ResourceLocation location)
An object that describes the location of the container service, such as the Amazon Web Services Region and
Availability Zone.
|
void |
setNextDeployment(ContainerServiceDeployment nextDeployment)
An object that describes the next deployment of the container service.
|
void |
setPower(String power)
The power specification of the container service.
|
void |
setPowerId(String powerId)
The ID of the power of the container service.
|
void |
setPrincipalArn(String principalArn)
The principal ARN of the container service.
|
void |
setPrivateDomainName(String privateDomainName)
The private domain name of the container service.
|
void |
setPrivateRegistryAccess(PrivateRegistryAccess privateRegistryAccess)
An object that describes the configuration for the container service to access private container image
repositories, such as Amazon Elastic Container Registry (Amazon ECR) private repositories.
|
void |
setPublicDomainNames(Map<String,List<String>> publicDomainNames)
The public domain name of the container service, such as
example.com and
www.example.com . |
void |
setResourceType(String resourceType)
The Lightsail resource type of the container service.
|
void |
setScale(Integer scale)
The scale specification of the container service.
|
void |
setState(String state)
The current state of the container service.
|
void |
setStateDetail(ContainerServiceStateDetail stateDetail)
An object that describes the current state of the container service.
|
void |
setTags(Collection<Tag> tags)
The tag keys and optional values for the resource.
|
void |
setUrl(String url)
The publicly accessible URL of the container service.
|
String |
toString()
Returns a string representation of this object.
|
ContainerService |
withArn(String arn)
The Amazon Resource Name (ARN) of the container service.
|
ContainerService |
withContainerServiceName(String containerServiceName)
The name of the container service.
|
ContainerService |
withCreatedAt(Date createdAt)
The timestamp when the container service was created.
|
ContainerService |
withCurrentDeployment(ContainerServiceDeployment currentDeployment)
An object that describes the current container deployment of the container service.
|
ContainerService |
withIsDisabled(Boolean isDisabled)
A Boolean value indicating whether the container service is disabled.
|
ContainerService |
withLocation(ResourceLocation location)
An object that describes the location of the container service, such as the Amazon Web Services Region and
Availability Zone.
|
ContainerService |
withNextDeployment(ContainerServiceDeployment nextDeployment)
An object that describes the next deployment of the container service.
|
ContainerService |
withPower(ContainerServicePowerName power)
The power specification of the container service.
|
ContainerService |
withPower(String power)
The power specification of the container service.
|
ContainerService |
withPowerId(String powerId)
The ID of the power of the container service.
|
ContainerService |
withPrincipalArn(String principalArn)
The principal ARN of the container service.
|
ContainerService |
withPrivateDomainName(String privateDomainName)
The private domain name of the container service.
|
ContainerService |
withPrivateRegistryAccess(PrivateRegistryAccess privateRegistryAccess)
An object that describes the configuration for the container service to access private container image
repositories, such as Amazon Elastic Container Registry (Amazon ECR) private repositories.
|
ContainerService |
withPublicDomainNames(Map<String,List<String>> publicDomainNames)
The public domain name of the container service, such as
example.com and
www.example.com . |
ContainerService |
withResourceType(ResourceType resourceType)
The Lightsail resource type of the container service.
|
ContainerService |
withResourceType(String resourceType)
The Lightsail resource type of the container service.
|
ContainerService |
withScale(Integer scale)
The scale specification of the container service.
|
ContainerService |
withState(ContainerServiceState state)
The current state of the container service.
|
ContainerService |
withState(String state)
The current state of the container service.
|
ContainerService |
withStateDetail(ContainerServiceStateDetail stateDetail)
An object that describes the current state of the container service.
|
ContainerService |
withTags(Collection<Tag> tags)
The tag keys and optional values for the resource.
|
ContainerService |
withTags(Tag... tags)
The tag keys and optional values for the resource.
|
ContainerService |
withUrl(String url)
The publicly accessible URL of the container service.
|
public void setContainerServiceName(String containerServiceName)
The name of the container service.
containerServiceName
- The name of the container service.public String getContainerServiceName()
The name of the container service.
public ContainerService withContainerServiceName(String containerServiceName)
The name of the container service.
containerServiceName
- The name of the container service.public void setArn(String arn)
The Amazon Resource Name (ARN) of the container service.
arn
- The Amazon Resource Name (ARN) of the container service.public String getArn()
The Amazon Resource Name (ARN) of the container service.
public ContainerService withArn(String arn)
The Amazon Resource Name (ARN) of the container service.
arn
- The Amazon Resource Name (ARN) of the container service.public void setCreatedAt(Date createdAt)
The timestamp when the container service was created.
createdAt
- The timestamp when the container service was created.public Date getCreatedAt()
The timestamp when the container service was created.
public ContainerService withCreatedAt(Date createdAt)
The timestamp when the container service was created.
createdAt
- The timestamp when the container service was created.public void setLocation(ResourceLocation location)
An object that describes the location of the container service, such as the Amazon Web Services Region and Availability Zone.
location
- An object that describes the location of the container service, such as the Amazon Web Services Region and
Availability Zone.public ResourceLocation getLocation()
An object that describes the location of the container service, such as the Amazon Web Services Region and Availability Zone.
public ContainerService withLocation(ResourceLocation location)
An object that describes the location of the container service, such as the Amazon Web Services Region and Availability Zone.
location
- An object that describes the location of the container service, such as the Amazon Web Services Region and
Availability Zone.public void setResourceType(String resourceType)
The Lightsail resource type of the container service.
resourceType
- The Lightsail resource type of the container service.ResourceType
public String getResourceType()
The Lightsail resource type of the container service.
ResourceType
public ContainerService withResourceType(String resourceType)
The Lightsail resource type of the container service.
resourceType
- The Lightsail resource type of the container service.ResourceType
public ContainerService withResourceType(ResourceType resourceType)
The Lightsail resource type of the container service.
resourceType
- The Lightsail resource type of the container service.ResourceType
public List<Tag> getTags()
The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Amazon Lightsail Developer Guide.
public void setTags(Collection<Tag> tags)
The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Amazon Lightsail Developer Guide.
tags
- The tag keys and optional values for the resource. For more information about tags in Lightsail, see the
Amazon Lightsail
Developer Guide.public ContainerService withTags(Tag... tags)
The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Amazon Lightsail Developer Guide.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- The tag keys and optional values for the resource. For more information about tags in Lightsail, see the
Amazon Lightsail
Developer Guide.public ContainerService withTags(Collection<Tag> tags)
The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Amazon Lightsail Developer Guide.
tags
- The tag keys and optional values for the resource. For more information about tags in Lightsail, see the
Amazon Lightsail
Developer Guide.public void setPower(String power)
The power specification of the container service.
The power specifies the amount of RAM, the number of vCPUs, and the base price of the container service.
power
- The power specification of the container service.
The power specifies the amount of RAM, the number of vCPUs, and the base price of the container service.
ContainerServicePowerName
public String getPower()
The power specification of the container service.
The power specifies the amount of RAM, the number of vCPUs, and the base price of the container service.
The power specifies the amount of RAM, the number of vCPUs, and the base price of the container service.
ContainerServicePowerName
public ContainerService withPower(String power)
The power specification of the container service.
The power specifies the amount of RAM, the number of vCPUs, and the base price of the container service.
power
- The power specification of the container service.
The power specifies the amount of RAM, the number of vCPUs, and the base price of the container service.
ContainerServicePowerName
public ContainerService withPower(ContainerServicePowerName power)
The power specification of the container service.
The power specifies the amount of RAM, the number of vCPUs, and the base price of the container service.
power
- The power specification of the container service.
The power specifies the amount of RAM, the number of vCPUs, and the base price of the container service.
ContainerServicePowerName
public void setPowerId(String powerId)
The ID of the power of the container service.
powerId
- The ID of the power of the container service.public String getPowerId()
The ID of the power of the container service.
public ContainerService withPowerId(String powerId)
The ID of the power of the container service.
powerId
- The ID of the power of the container service.public void setState(String state)
The current state of the container service.
The following container service states are possible:
PENDING
- The container service is being created.
READY
- The container service is running but it does not have an active container deployment.
DEPLOYING
- The container service is launching a container deployment.
RUNNING
- The container service is running and it has an active container deployment.
UPDATING
- The container service capacity or its custom domains are being updated.
DELETING
- The container service is being deleted.
DISABLED
- The container service is disabled, and its active deployment and containers, if any, are
shut down.
state
- The current state of the container service.
The following container service states are possible:
PENDING
- The container service is being created.
READY
- The container service is running but it does not have an active container deployment.
DEPLOYING
- The container service is launching a container deployment.
RUNNING
- The container service is running and it has an active container deployment.
UPDATING
- The container service capacity or its custom domains are being updated.
DELETING
- The container service is being deleted.
DISABLED
- The container service is disabled, and its active deployment and containers, if
any, are shut down.
ContainerServiceState
public String getState()
The current state of the container service.
The following container service states are possible:
PENDING
- The container service is being created.
READY
- The container service is running but it does not have an active container deployment.
DEPLOYING
- The container service is launching a container deployment.
RUNNING
- The container service is running and it has an active container deployment.
UPDATING
- The container service capacity or its custom domains are being updated.
DELETING
- The container service is being deleted.
DISABLED
- The container service is disabled, and its active deployment and containers, if any, are
shut down.
The following container service states are possible:
PENDING
- The container service is being created.
READY
- The container service is running but it does not have an active container
deployment.
DEPLOYING
- The container service is launching a container deployment.
RUNNING
- The container service is running and it has an active container deployment.
UPDATING
- The container service capacity or its custom domains are being updated.
DELETING
- The container service is being deleted.
DISABLED
- The container service is disabled, and its active deployment and containers, if
any, are shut down.
ContainerServiceState
public ContainerService withState(String state)
The current state of the container service.
The following container service states are possible:
PENDING
- The container service is being created.
READY
- The container service is running but it does not have an active container deployment.
DEPLOYING
- The container service is launching a container deployment.
RUNNING
- The container service is running and it has an active container deployment.
UPDATING
- The container service capacity or its custom domains are being updated.
DELETING
- The container service is being deleted.
DISABLED
- The container service is disabled, and its active deployment and containers, if any, are
shut down.
state
- The current state of the container service.
The following container service states are possible:
PENDING
- The container service is being created.
READY
- The container service is running but it does not have an active container deployment.
DEPLOYING
- The container service is launching a container deployment.
RUNNING
- The container service is running and it has an active container deployment.
UPDATING
- The container service capacity or its custom domains are being updated.
DELETING
- The container service is being deleted.
DISABLED
- The container service is disabled, and its active deployment and containers, if
any, are shut down.
ContainerServiceState
public ContainerService withState(ContainerServiceState state)
The current state of the container service.
The following container service states are possible:
PENDING
- The container service is being created.
READY
- The container service is running but it does not have an active container deployment.
DEPLOYING
- The container service is launching a container deployment.
RUNNING
- The container service is running and it has an active container deployment.
UPDATING
- The container service capacity or its custom domains are being updated.
DELETING
- The container service is being deleted.
DISABLED
- The container service is disabled, and its active deployment and containers, if any, are
shut down.
state
- The current state of the container service.
The following container service states are possible:
PENDING
- The container service is being created.
READY
- The container service is running but it does not have an active container deployment.
DEPLOYING
- The container service is launching a container deployment.
RUNNING
- The container service is running and it has an active container deployment.
UPDATING
- The container service capacity or its custom domains are being updated.
DELETING
- The container service is being deleted.
DISABLED
- The container service is disabled, and its active deployment and containers, if
any, are shut down.
ContainerServiceState
public void setStateDetail(ContainerServiceStateDetail stateDetail)
An object that describes the current state of the container service.
The state detail is populated only when a container service is in a PENDING
, DEPLOYING
,
or UPDATING
state.
stateDetail
- An object that describes the current state of the container service.
The state detail is populated only when a container service is in a PENDING
,
DEPLOYING
, or UPDATING
state.
public ContainerServiceStateDetail getStateDetail()
An object that describes the current state of the container service.
The state detail is populated only when a container service is in a PENDING
, DEPLOYING
,
or UPDATING
state.
The state detail is populated only when a container service is in a PENDING
,
DEPLOYING
, or UPDATING
state.
public ContainerService withStateDetail(ContainerServiceStateDetail stateDetail)
An object that describes the current state of the container service.
The state detail is populated only when a container service is in a PENDING
, DEPLOYING
,
or UPDATING
state.
stateDetail
- An object that describes the current state of the container service.
The state detail is populated only when a container service is in a PENDING
,
DEPLOYING
, or UPDATING
state.
public void setScale(Integer scale)
The scale specification of the container service.
The scale specifies the allocated compute nodes of the container service.
scale
- The scale specification of the container service.
The scale specifies the allocated compute nodes of the container service.
public Integer getScale()
The scale specification of the container service.
The scale specifies the allocated compute nodes of the container service.
The scale specifies the allocated compute nodes of the container service.
public ContainerService withScale(Integer scale)
The scale specification of the container service.
The scale specifies the allocated compute nodes of the container service.
scale
- The scale specification of the container service.
The scale specifies the allocated compute nodes of the container service.
public void setCurrentDeployment(ContainerServiceDeployment currentDeployment)
An object that describes the current container deployment of the container service.
currentDeployment
- An object that describes the current container deployment of the container service.public ContainerServiceDeployment getCurrentDeployment()
An object that describes the current container deployment of the container service.
public ContainerService withCurrentDeployment(ContainerServiceDeployment currentDeployment)
An object that describes the current container deployment of the container service.
currentDeployment
- An object that describes the current container deployment of the container service.public void setNextDeployment(ContainerServiceDeployment nextDeployment)
An object that describes the next deployment of the container service.
This value is null
when there is no deployment in a pending
state.
nextDeployment
- An object that describes the next deployment of the container service.
This value is null
when there is no deployment in a pending
state.
public ContainerServiceDeployment getNextDeployment()
An object that describes the next deployment of the container service.
This value is null
when there is no deployment in a pending
state.
This value is null
when there is no deployment in a pending
state.
public ContainerService withNextDeployment(ContainerServiceDeployment nextDeployment)
An object that describes the next deployment of the container service.
This value is null
when there is no deployment in a pending
state.
nextDeployment
- An object that describes the next deployment of the container service.
This value is null
when there is no deployment in a pending
state.
public void setIsDisabled(Boolean isDisabled)
A Boolean value indicating whether the container service is disabled.
isDisabled
- A Boolean value indicating whether the container service is disabled.public Boolean getIsDisabled()
A Boolean value indicating whether the container service is disabled.
public ContainerService withIsDisabled(Boolean isDisabled)
A Boolean value indicating whether the container service is disabled.
isDisabled
- A Boolean value indicating whether the container service is disabled.public Boolean isDisabled()
A Boolean value indicating whether the container service is disabled.
public void setPrincipalArn(String principalArn)
The principal ARN of the container service.
The principal ARN can be used to create a trust relationship between your standard Amazon Web Services account and your Lightsail container service. This allows you to give your service permission to access resources in your standard Amazon Web Services account.
principalArn
- The principal ARN of the container service.
The principal ARN can be used to create a trust relationship between your standard Amazon Web Services account and your Lightsail container service. This allows you to give your service permission to access resources in your standard Amazon Web Services account.
public String getPrincipalArn()
The principal ARN of the container service.
The principal ARN can be used to create a trust relationship between your standard Amazon Web Services account and your Lightsail container service. This allows you to give your service permission to access resources in your standard Amazon Web Services account.
The principal ARN can be used to create a trust relationship between your standard Amazon Web Services account and your Lightsail container service. This allows you to give your service permission to access resources in your standard Amazon Web Services account.
public ContainerService withPrincipalArn(String principalArn)
The principal ARN of the container service.
The principal ARN can be used to create a trust relationship between your standard Amazon Web Services account and your Lightsail container service. This allows you to give your service permission to access resources in your standard Amazon Web Services account.
principalArn
- The principal ARN of the container service.
The principal ARN can be used to create a trust relationship between your standard Amazon Web Services account and your Lightsail container service. This allows you to give your service permission to access resources in your standard Amazon Web Services account.
public void setPrivateDomainName(String privateDomainName)
The private domain name of the container service.
The private domain name is accessible only by other resources within the default virtual private cloud (VPC) of your Lightsail account.
privateDomainName
- The private domain name of the container service.
The private domain name is accessible only by other resources within the default virtual private cloud (VPC) of your Lightsail account.
public String getPrivateDomainName()
The private domain name of the container service.
The private domain name is accessible only by other resources within the default virtual private cloud (VPC) of your Lightsail account.
The private domain name is accessible only by other resources within the default virtual private cloud (VPC) of your Lightsail account.
public ContainerService withPrivateDomainName(String privateDomainName)
The private domain name of the container service.
The private domain name is accessible only by other resources within the default virtual private cloud (VPC) of your Lightsail account.
privateDomainName
- The private domain name of the container service.
The private domain name is accessible only by other resources within the default virtual private cloud (VPC) of your Lightsail account.
public Map<String,List<String>> getPublicDomainNames()
The public domain name of the container service, such as example.com
and
www.example.com
.
You can specify up to four public domain names for a container service. The domain names that you specify are used when you create a deployment with a container configured as the public endpoint of your container service.
If you don't specify public domain names, then you can use the default domain of the container service.
You must create and validate an SSL/TLS certificate before you can use public domain names with your container
service. Use the CreateCertificate
action to create a certificate for the public domain names you
want to use with your container service.
See CreateContainerService
or UpdateContainerService
for information about how to
specify public domain names for your Lightsail container service.
example.com
and
www.example.com
.
You can specify up to four public domain names for a container service. The domain names that you specify are used when you create a deployment with a container configured as the public endpoint of your container service.
If you don't specify public domain names, then you can use the default domain of the container service.
You must create and validate an SSL/TLS certificate before you can use public domain names with your
container service. Use the CreateCertificate
action to create a certificate for the public
domain names you want to use with your container service.
See CreateContainerService
or UpdateContainerService
for information about how
to specify public domain names for your Lightsail container service.
public void setPublicDomainNames(Map<String,List<String>> publicDomainNames)
The public domain name of the container service, such as example.com
and
www.example.com
.
You can specify up to four public domain names for a container service. The domain names that you specify are used when you create a deployment with a container configured as the public endpoint of your container service.
If you don't specify public domain names, then you can use the default domain of the container service.
You must create and validate an SSL/TLS certificate before you can use public domain names with your container
service. Use the CreateCertificate
action to create a certificate for the public domain names you
want to use with your container service.
See CreateContainerService
or UpdateContainerService
for information about how to
specify public domain names for your Lightsail container service.
publicDomainNames
- The public domain name of the container service, such as example.com
and
www.example.com
.
You can specify up to four public domain names for a container service. The domain names that you specify are used when you create a deployment with a container configured as the public endpoint of your container service.
If you don't specify public domain names, then you can use the default domain of the container service.
You must create and validate an SSL/TLS certificate before you can use public domain names with your
container service. Use the CreateCertificate
action to create a certificate for the public
domain names you want to use with your container service.
See CreateContainerService
or UpdateContainerService
for information about how
to specify public domain names for your Lightsail container service.
public ContainerService withPublicDomainNames(Map<String,List<String>> publicDomainNames)
The public domain name of the container service, such as example.com
and
www.example.com
.
You can specify up to four public domain names for a container service. The domain names that you specify are used when you create a deployment with a container configured as the public endpoint of your container service.
If you don't specify public domain names, then you can use the default domain of the container service.
You must create and validate an SSL/TLS certificate before you can use public domain names with your container
service. Use the CreateCertificate
action to create a certificate for the public domain names you
want to use with your container service.
See CreateContainerService
or UpdateContainerService
for information about how to
specify public domain names for your Lightsail container service.
publicDomainNames
- The public domain name of the container service, such as example.com
and
www.example.com
.
You can specify up to four public domain names for a container service. The domain names that you specify are used when you create a deployment with a container configured as the public endpoint of your container service.
If you don't specify public domain names, then you can use the default domain of the container service.
You must create and validate an SSL/TLS certificate before you can use public domain names with your
container service. Use the CreateCertificate
action to create a certificate for the public
domain names you want to use with your container service.
See CreateContainerService
or UpdateContainerService
for information about how
to specify public domain names for your Lightsail container service.
public ContainerService addPublicDomainNamesEntry(String key, List<String> value)
public ContainerService clearPublicDomainNamesEntries()
public void setUrl(String url)
The publicly accessible URL of the container service.
If no public endpoint is specified in the currentDeployment
, this URL returns a 404 response.
url
- The publicly accessible URL of the container service.
If no public endpoint is specified in the currentDeployment
, this URL returns a 404 response.
public String getUrl()
The publicly accessible URL of the container service.
If no public endpoint is specified in the currentDeployment
, this URL returns a 404 response.
If no public endpoint is specified in the currentDeployment
, this URL returns a 404
response.
public ContainerService withUrl(String url)
The publicly accessible URL of the container service.
If no public endpoint is specified in the currentDeployment
, this URL returns a 404 response.
url
- The publicly accessible URL of the container service.
If no public endpoint is specified in the currentDeployment
, this URL returns a 404 response.
public void setPrivateRegistryAccess(PrivateRegistryAccess privateRegistryAccess)
An object that describes the configuration for the container service to access private container image repositories, such as Amazon Elastic Container Registry (Amazon ECR) private repositories.
For more information, see Configuring access to an Amazon ECR private repository for an Amazon Lightsail container service in the Amazon Lightsail Developer Guide.
privateRegistryAccess
- An object that describes the configuration for the container service to access private container image
repositories, such as Amazon Elastic Container Registry (Amazon ECR) private repositories.
For more information, see Configuring access to an Amazon ECR private repository for an Amazon Lightsail container service in the Amazon Lightsail Developer Guide.
public PrivateRegistryAccess getPrivateRegistryAccess()
An object that describes the configuration for the container service to access private container image repositories, such as Amazon Elastic Container Registry (Amazon ECR) private repositories.
For more information, see Configuring access to an Amazon ECR private repository for an Amazon Lightsail container service in the Amazon Lightsail Developer Guide.
For more information, see Configuring access to an Amazon ECR private repository for an Amazon Lightsail container service in the Amazon Lightsail Developer Guide.
public ContainerService withPrivateRegistryAccess(PrivateRegistryAccess privateRegistryAccess)
An object that describes the configuration for the container service to access private container image repositories, such as Amazon Elastic Container Registry (Amazon ECR) private repositories.
For more information, see Configuring access to an Amazon ECR private repository for an Amazon Lightsail container service in the Amazon Lightsail Developer Guide.
privateRegistryAccess
- An object that describes the configuration for the container service to access private container image
repositories, such as Amazon Elastic Container Registry (Amazon ECR) private repositories.
For more information, see Configuring access to an Amazon ECR private repository for an Amazon Lightsail container service in the Amazon Lightsail Developer Guide.
public String toString()
toString
in class Object
Object.toString()
public ContainerService clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.