Interface Location.Builder

    • Method Detail

      • jdbc

        Location.Builder jdbc​(Collection<CodeGenNodeArg> jdbc)

        A JDBC location.

        Parameters:
        jdbc - A JDBC location.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jdbc

        Location.Builder jdbc​(CodeGenNodeArg... jdbc)

        A JDBC location.

        Parameters:
        jdbc - A JDBC location.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • s3

        Location.Builder s3​(Collection<CodeGenNodeArg> s3)

        An Amazon Simple Storage Service (Amazon S3) location.

        Parameters:
        s3 - An Amazon Simple Storage Service (Amazon S3) location.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • s3

        Location.Builder s3​(CodeGenNodeArg... s3)

        An Amazon Simple Storage Service (Amazon S3) location.

        Parameters:
        s3 - An Amazon Simple Storage Service (Amazon S3) location.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dynamoDB

        Location.Builder dynamoDB​(Collection<CodeGenNodeArg> dynamoDB)

        An Amazon DynamoDB table location.

        Parameters:
        dynamoDB - An Amazon DynamoDB table location.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dynamoDB

        Location.Builder dynamoDB​(CodeGenNodeArg... dynamoDB)

        An Amazon DynamoDB table location.

        Parameters:
        dynamoDB - An Amazon DynamoDB table location.
        Returns:
        Returns a reference to this object so that method calls can be chained together.