Interface UsageProfileDefinition.Builder

    • Method Detail

      • name

        UsageProfileDefinition.Builder name​(String name)

        The name of the usage profile.

        Parameters:
        name - The name of the usage profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        UsageProfileDefinition.Builder description​(String description)

        A description of the usage profile.

        Parameters:
        description - A description of the usage profile.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdOn

        UsageProfileDefinition.Builder createdOn​(Instant createdOn)

        The date and time when the usage profile was created.

        Parameters:
        createdOn - The date and time when the usage profile was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedOn

        UsageProfileDefinition.Builder lastModifiedOn​(Instant lastModifiedOn)

        The date and time when the usage profile was last modified.

        Parameters:
        lastModifiedOn - The date and time when the usage profile was last modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.