Interface RecommendationJobVpcConfig.Builder

    • Method Detail

      • securityGroupIds

        RecommendationJobVpcConfig.Builder securityGroupIds​(Collection<String> securityGroupIds)

        The VPC security group IDs. IDs have the form of sg-xxxxxxxx. Specify the security groups for the VPC that is specified in the Subnets field.

        Parameters:
        securityGroupIds - The VPC security group IDs. IDs have the form of sg-xxxxxxxx. Specify the security groups for the VPC that is specified in the Subnets field.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • securityGroupIds

        RecommendationJobVpcConfig.Builder securityGroupIds​(String... securityGroupIds)

        The VPC security group IDs. IDs have the form of sg-xxxxxxxx. Specify the security groups for the VPC that is specified in the Subnets field.

        Parameters:
        securityGroupIds - The VPC security group IDs. IDs have the form of sg-xxxxxxxx. Specify the security groups for the VPC that is specified in the Subnets field.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnets

        RecommendationJobVpcConfig.Builder subnets​(Collection<String> subnets)

        The ID of the subnets in the VPC to which you want to connect your model.

        Parameters:
        subnets - The ID of the subnets in the VPC to which you want to connect your model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnets

        RecommendationJobVpcConfig.Builder subnets​(String... subnets)

        The ID of the subnets in the VPC to which you want to connect your model.

        Parameters:
        subnets - The ID of the subnets in the VPC to which you want to connect your model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.