Interface OptimizationVpcConfig.Builder

    • Method Detail

      • securityGroupIds

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

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

        Parameters:
        securityGroupIds - The VPC security group IDs, in the form 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

        OptimizationVpcConfig.Builder securityGroupIds​(String... securityGroupIds)

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

        Parameters:
        securityGroupIds - The VPC security group IDs, in the form 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

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

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

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

        OptimizationVpcConfig.Builder subnets​(String... subnets)

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

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