Interface DockerServer.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<DockerServer.Builder,,- DockerServer> - SdkBuilder<DockerServer.Builder,,- DockerServer> - SdkPojo
- Enclosing class:
- DockerServer
- 
Method SummaryModifier and TypeMethodDescriptioncomputeType(String computeType) Information about the compute resources the docker server uses.computeType(ComputeType computeType) Information about the compute resources the docker server uses.securityGroupIds(String... securityGroupIds) A list of one or more security groups IDs.securityGroupIds(Collection<String> securityGroupIds) A list of one or more security groups IDs.default DockerServer.Builderstatus(Consumer<DockerServerStatus.Builder> status) A DockerServerStatus object to use for this docker server.status(DockerServerStatus status) A DockerServerStatus object to use for this docker server.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
computeTypeInformation about the compute resources the docker server uses. Available values include: - 
 BUILD_GENERAL1_SMALL: Use up to 4 GiB memory and 2 vCPUs for your docker server.
- 
 BUILD_GENERAL1_MEDIUM: Use up to 8 GiB memory and 4 vCPUs for your docker server.
- 
 BUILD_GENERAL1_LARGE: Use up to 16 GiB memory and 8 vCPUs for your docker server.
- 
 BUILD_GENERAL1_XLARGE: Use up to 64 GiB memory and 32 vCPUs for your docker server.
- 
 BUILD_GENERAL1_2XLARGE: Use up to 128 GiB memory and 64 vCPUs for your docker server.
 - Parameters:
- computeType- Information about the compute resources the docker server uses. Available values include:- 
        BUILD_GENERAL1_SMALL: Use up to 4 GiB memory and 2 vCPUs for your docker server.
- 
        BUILD_GENERAL1_MEDIUM: Use up to 8 GiB memory and 4 vCPUs for your docker server.
- 
        BUILD_GENERAL1_LARGE: Use up to 16 GiB memory and 8 vCPUs for your docker server.
- 
        BUILD_GENERAL1_XLARGE: Use up to 64 GiB memory and 32 vCPUs for your docker server.
- 
        BUILD_GENERAL1_2XLARGE: Use up to 128 GiB memory and 64 vCPUs for your docker server.
 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
 
- 
computeTypeInformation about the compute resources the docker server uses. Available values include: - 
 BUILD_GENERAL1_SMALL: Use up to 4 GiB memory and 2 vCPUs for your docker server.
- 
 BUILD_GENERAL1_MEDIUM: Use up to 8 GiB memory and 4 vCPUs for your docker server.
- 
 BUILD_GENERAL1_LARGE: Use up to 16 GiB memory and 8 vCPUs for your docker server.
- 
 BUILD_GENERAL1_XLARGE: Use up to 64 GiB memory and 32 vCPUs for your docker server.
- 
 BUILD_GENERAL1_2XLARGE: Use up to 128 GiB memory and 64 vCPUs for your docker server.
 - Parameters:
- computeType- Information about the compute resources the docker server uses. Available values include:- 
        BUILD_GENERAL1_SMALL: Use up to 4 GiB memory and 2 vCPUs for your docker server.
- 
        BUILD_GENERAL1_MEDIUM: Use up to 8 GiB memory and 4 vCPUs for your docker server.
- 
        BUILD_GENERAL1_LARGE: Use up to 16 GiB memory and 8 vCPUs for your docker server.
- 
        BUILD_GENERAL1_XLARGE: Use up to 64 GiB memory and 32 vCPUs for your docker server.
- 
        BUILD_GENERAL1_2XLARGE: Use up to 128 GiB memory and 64 vCPUs for your docker server.
 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
 
- 
securityGroupIdsA list of one or more security groups IDs. Security groups configured for Docker servers should allow ingress network traffic from the VPC configured in the project. They should allow ingress on port 9876. - Parameters:
- securityGroupIds- A list of one or more security groups IDs.- Security groups configured for Docker servers should allow ingress network traffic from the VPC configured in the project. They should allow ingress on port 9876. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
securityGroupIdsA list of one or more security groups IDs. Security groups configured for Docker servers should allow ingress network traffic from the VPC configured in the project. They should allow ingress on port 9876. - Parameters:
- securityGroupIds- A list of one or more security groups IDs.- Security groups configured for Docker servers should allow ingress network traffic from the VPC configured in the project. They should allow ingress on port 9876. 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusA DockerServerStatus object to use for this docker server. - Parameters:
- status- A DockerServerStatus object to use for this docker server.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusA DockerServerStatus object to use for this docker server. This is a convenience method that creates an instance of theDockerServerStatus.Builderavoiding the need to create one manually viaDockerServerStatus.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostatus(DockerServerStatus).- Parameters:
- status- a consumer that will call methods on- DockerServerStatus.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-