Interface ServiceRegistry.Builder

  • Method Details

    • registryArn

      ServiceRegistry.Builder registryArn(String registryArn)

      The Amazon Resource Name (ARN) of the service registry. The currently supported service registry is Cloud Map. For more information, see CreateService.

      Parameters:
      registryArn - The Amazon Resource Name (ARN) of the service registry. The currently supported service registry is Cloud Map. For more information, see CreateService.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • port

      The port value used if your service discovery service specified an SRV record. This field might be used if both the awsvpc network mode and SRV records are used.

      Parameters:
      port - The port value used if your service discovery service specified an SRV record. This field might be used if both the awsvpc network mode and SRV records are used.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • containerName

      ServiceRegistry.Builder containerName(String containerName)

      The container name value to be used for your service discovery service. It's already specified in the task definition. If the task definition that your service task specifies uses the bridge or host network mode, you must specify a containerName and containerPort combination from the task definition. If the task definition that your service task specifies uses the awsvpc network mode and a type SRV DNS record is used, you must specify either a containerName and containerPort combination or a port value. However, you can't specify both.

      Parameters:
      containerName - The container name value to be used for your service discovery service. It's already specified in the task definition. If the task definition that your service task specifies uses the bridge or host network mode, you must specify a containerName and containerPort combination from the task definition. If the task definition that your service task specifies uses the awsvpc network mode and a type SRV DNS record is used, you must specify either a containerName and containerPort combination or a port value. However, you can't specify both.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • containerPort

      ServiceRegistry.Builder containerPort(Integer containerPort)

      The port value to be used for your service discovery service. It's already specified in the task definition. If the task definition your service task specifies uses the bridge or host network mode, you must specify a containerName and containerPort combination from the task definition. If the task definition your service task specifies uses the awsvpc network mode and a type SRV DNS record is used, you must specify either a containerName and containerPort combination or a port value. However, you can't specify both.

      Parameters:
      containerPort - The port value to be used for your service discovery service. It's already specified in the task definition. If the task definition your service task specifies uses the bridge or host network mode, you must specify a containerName and containerPort combination from the task definition. If the task definition your service task specifies uses the awsvpc network mode and a type SRV DNS record is used, you must specify either a containerName and containerPort combination or a port value. However, you can't specify both.
      Returns:
      Returns a reference to this object so that method calls can be chained together.