Interface CreateFrameworkResponse.Builder

    • Method Detail

      • frameworkName

        CreateFrameworkResponse.Builder frameworkName​(String frameworkName)

        The unique name of the framework. The name must be between 1 and 256 characters, starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).

        Parameters:
        frameworkName - The unique name of the framework. The name must be between 1 and 256 characters, starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • frameworkArn

        CreateFrameworkResponse.Builder frameworkArn​(String frameworkArn)

        An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.

        Parameters:
        frameworkArn - An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.