Package com.pulumi.aws.lightsail
Class ContainerServiceDeploymentVersionArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.lightsail.ContainerServiceDeploymentVersionArgs.Builder
-
- Enclosing class:
- ContainerServiceDeploymentVersionArgs
public static final class ContainerServiceDeploymentVersionArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(ContainerServiceDeploymentVersionArgs defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(ContainerServiceDeploymentVersionArgs defaults)
-
-
Method Detail
-
containers
public ContainerServiceDeploymentVersionArgs.Builder containers(com.pulumi.core.Output<java.util.List<ContainerServiceDeploymentVersionContainerArgs>> containers)
- Parameters:
containers
- A set of configuration blocks that describe the settings of the containers that will be launched on the container service. Maximum of 53. Detailed below.- Returns:
- builder
-
containers
public ContainerServiceDeploymentVersionArgs.Builder containers(java.util.List<ContainerServiceDeploymentVersionContainerArgs> containers)
- Parameters:
containers
- A set of configuration blocks that describe the settings of the containers that will be launched on the container service. Maximum of 53. Detailed below.- Returns:
- builder
-
containers
public ContainerServiceDeploymentVersionArgs.Builder containers(ContainerServiceDeploymentVersionContainerArgs... containers)
- Parameters:
containers
- A set of configuration blocks that describe the settings of the containers that will be launched on the container service. Maximum of 53. Detailed below.- Returns:
- builder
-
publicEndpoint
public ContainerServiceDeploymentVersionArgs.Builder publicEndpoint(@Nullable com.pulumi.core.Output<ContainerServiceDeploymentVersionPublicEndpointArgs> publicEndpoint)
- Parameters:
publicEndpoint
- A configuration block that describes the settings of the public endpoint for the container service. Detailed below.- Returns:
- builder
-
publicEndpoint
public ContainerServiceDeploymentVersionArgs.Builder publicEndpoint(ContainerServiceDeploymentVersionPublicEndpointArgs publicEndpoint)
- Parameters:
publicEndpoint
- A configuration block that describes the settings of the public endpoint for the container service. Detailed below.- Returns:
- builder
-
serviceName
public ContainerServiceDeploymentVersionArgs.Builder serviceName(com.pulumi.core.Output<java.lang.String> serviceName)
- Parameters:
serviceName
- The name for the container service.- Returns:
- builder
-
serviceName
public ContainerServiceDeploymentVersionArgs.Builder serviceName(java.lang.String serviceName)
- Parameters:
serviceName
- The name for the container service.- Returns:
- builder
-
build
public ContainerServiceDeploymentVersionArgs build()
-
-