public static interface ContainerServiceDeployment.Builder extends SdkPojo, CopyableBuilder<ContainerServiceDeployment.Builder,ContainerServiceDeployment>
| Modifier and Type | Method and Description |
|---|---|
ContainerServiceDeployment.Builder |
containers(Map<String,Container> containers)
An object that describes the configuration for the containers of the deployment.
|
ContainerServiceDeployment.Builder |
createdAt(Instant createdAt)
The timestamp when the deployment was created.
|
default ContainerServiceDeployment.Builder |
publicEndpoint(Consumer<ContainerServiceEndpoint.Builder> publicEndpoint)
An object that describes the endpoint of the deployment.
|
ContainerServiceDeployment.Builder |
publicEndpoint(ContainerServiceEndpoint publicEndpoint)
An object that describes the endpoint of the deployment.
|
ContainerServiceDeployment.Builder |
state(ContainerServiceDeploymentState state)
The state of the deployment.
|
ContainerServiceDeployment.Builder |
state(String state)
The state of the deployment.
|
ContainerServiceDeployment.Builder |
version(Integer version)
The version number of the deployment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildContainerServiceDeployment.Builder version(Integer version)
The version number of the deployment.
version - The version number of the deployment.ContainerServiceDeployment.Builder state(String state)
The state of the deployment.
A deployment can be in one of the following states:
Activating - The deployment is being created.
Active - The deployment was successfully created, and it's currently running on the container
service. The container service can have only one deployment in an active state at a time.
Inactive - The deployment was previously successfully created, but it is not currently running
on the container service.
Failed - The deployment failed. Use the GetContainerLog action to view the log
events for the containers in the deployment to try to determine the reason for the failure.
state - The state of the deployment.
A deployment can be in one of the following states:
Activating - The deployment is being created.
Active - The deployment was successfully created, and it's currently running on the
container service. The container service can have only one deployment in an active state at a time.
Inactive - The deployment was previously successfully created, but it is not currently
running on the container service.
Failed - The deployment failed. Use the GetContainerLog action to view the
log events for the containers in the deployment to try to determine the reason for the failure.
ContainerServiceDeploymentState,
ContainerServiceDeploymentStateContainerServiceDeployment.Builder state(ContainerServiceDeploymentState state)
The state of the deployment.
A deployment can be in one of the following states:
Activating - The deployment is being created.
Active - The deployment was successfully created, and it's currently running on the container
service. The container service can have only one deployment in an active state at a time.
Inactive - The deployment was previously successfully created, but it is not currently running
on the container service.
Failed - The deployment failed. Use the GetContainerLog action to view the log
events for the containers in the deployment to try to determine the reason for the failure.
state - The state of the deployment.
A deployment can be in one of the following states:
Activating - The deployment is being created.
Active - The deployment was successfully created, and it's currently running on the
container service. The container service can have only one deployment in an active state at a time.
Inactive - The deployment was previously successfully created, but it is not currently
running on the container service.
Failed - The deployment failed. Use the GetContainerLog action to view the
log events for the containers in the deployment to try to determine the reason for the failure.
ContainerServiceDeploymentState,
ContainerServiceDeploymentStateContainerServiceDeployment.Builder containers(Map<String,Container> containers)
An object that describes the configuration for the containers of the deployment.
containers - An object that describes the configuration for the containers of the deployment.ContainerServiceDeployment.Builder publicEndpoint(ContainerServiceEndpoint publicEndpoint)
An object that describes the endpoint of the deployment.
publicEndpoint - An object that describes the endpoint of the deployment.default ContainerServiceDeployment.Builder publicEndpoint(Consumer<ContainerServiceEndpoint.Builder> publicEndpoint)
An object that describes the endpoint of the deployment.
This is a convenience method that creates an instance of theContainerServiceEndpoint.Builder
avoiding the need to create one manually via ContainerServiceEndpoint.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to publicEndpoint(ContainerServiceEndpoint).
publicEndpoint - a consumer that will call methods on ContainerServiceEndpoint.BuilderpublicEndpoint(ContainerServiceEndpoint)ContainerServiceDeployment.Builder createdAt(Instant createdAt)
The timestamp when the deployment was created.
createdAt - The timestamp when the deployment was created.Copyright © 2023. All rights reserved.