Interface EndpointDetails.Builder

    • Method Detail

      • addressAllocationIds

        EndpointDetails.Builder addressAllocationIds​(Collection<String> addressAllocationIds)

        A list of address allocation IDs that are required to attach an Elastic IP address to your server's endpoint.

        This property can only be set when EndpointType is set to VPC and it is only valid in the UpdateServer API.

        Parameters:
        addressAllocationIds - A list of address allocation IDs that are required to attach an Elastic IP address to your server's endpoint.

        This property can only be set when EndpointType is set to VPC and it is only valid in the UpdateServer API.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • addressAllocationIds

        EndpointDetails.Builder addressAllocationIds​(String... addressAllocationIds)

        A list of address allocation IDs that are required to attach an Elastic IP address to your server's endpoint.

        This property can only be set when EndpointType is set to VPC and it is only valid in the UpdateServer API.

        Parameters:
        addressAllocationIds - A list of address allocation IDs that are required to attach an Elastic IP address to your server's endpoint.

        This property can only be set when EndpointType is set to VPC and it is only valid in the UpdateServer API.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnetIds

        EndpointDetails.Builder subnetIds​(Collection<String> subnetIds)

        A list of subnet IDs that are required to host your server endpoint in your VPC.

        This property can only be set when EndpointType is set to VPC.

        Parameters:
        subnetIds - A list of subnet IDs that are required to host your server endpoint in your VPC.

        This property can only be set when EndpointType is set to VPC.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnetIds

        EndpointDetails.Builder subnetIds​(String... subnetIds)

        A list of subnet IDs that are required to host your server endpoint in your VPC.

        This property can only be set when EndpointType is set to VPC.

        Parameters:
        subnetIds - A list of subnet IDs that are required to host your server endpoint in your VPC.

        This property can only be set when EndpointType is set to VPC.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vpcEndpointId

        EndpointDetails.Builder vpcEndpointId​(String vpcEndpointId)

        The identifier of the VPC endpoint.

        This property can only be set when EndpointType is set to VPC_ENDPOINT.

        For more information, see https://docs.aws.amazon.com/transfer/latest/userguide/create-server-in-vpc.html#deprecate-vpc-endpoint.

        Parameters:
        vpcEndpointId - The identifier of the VPC endpoint.

        This property can only be set when EndpointType is set to VPC_ENDPOINT.

        For more information, see https://docs.aws.amazon.com/transfer/latest/userguide/create-server-in-vpc.html #deprecate-vpc-endpoint.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vpcId

        EndpointDetails.Builder vpcId​(String vpcId)

        The VPC identifier of the VPC in which a server's endpoint will be hosted.

        This property can only be set when EndpointType is set to VPC.

        Parameters:
        vpcId - The VPC identifier of the VPC in which a server's endpoint will be hosted.

        This property can only be set when EndpointType is set to VPC.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • securityGroupIds

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

        A list of security groups IDs that are available to attach to your server's endpoint.

        This property can only be set when EndpointType is set to VPC.

        You can edit the SecurityGroupIds property in the UpdateServer API only if you are changing the EndpointType from PUBLIC or VPC_ENDPOINT to VPC. To change security groups associated with your server's VPC endpoint after creation, use the Amazon EC2 ModifyVpcEndpoint API.

        Parameters:
        securityGroupIds - A list of security groups IDs that are available to attach to your server's endpoint.

        This property can only be set when EndpointType is set to VPC.

        You can edit the SecurityGroupIds property in the UpdateServer API only if you are changing the EndpointType from PUBLIC or VPC_ENDPOINT to VPC. To change security groups associated with your server's VPC endpoint after creation, use the Amazon EC2 ModifyVpcEndpoint API.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • securityGroupIds

        EndpointDetails.Builder securityGroupIds​(String... securityGroupIds)

        A list of security groups IDs that are available to attach to your server's endpoint.

        This property can only be set when EndpointType is set to VPC.

        You can edit the SecurityGroupIds property in the UpdateServer API only if you are changing the EndpointType from PUBLIC or VPC_ENDPOINT to VPC. To change security groups associated with your server's VPC endpoint after creation, use the Amazon EC2 ModifyVpcEndpoint API.

        Parameters:
        securityGroupIds - A list of security groups IDs that are available to attach to your server's endpoint.

        This property can only be set when EndpointType is set to VPC.

        You can edit the SecurityGroupIds property in the UpdateServer API only if you are changing the EndpointType from PUBLIC or VPC_ENDPOINT to VPC. To change security groups associated with your server's VPC endpoint after creation, use the Amazon EC2 ModifyVpcEndpoint API.

        Returns:
        Returns a reference to this object so that method calls can be chained together.