Interface UsageProfileDefinition.Builder

All Superinterfaces:
Buildable, CopyableBuilder<UsageProfileDefinition.Builder,UsageProfileDefinition>, SdkBuilder<UsageProfileDefinition.Builder,UsageProfileDefinition>, SdkPojo
Enclosing class:
UsageProfileDefinition

public static interface UsageProfileDefinition.Builder extends SdkPojo, CopyableBuilder<UsageProfileDefinition.Builder,UsageProfileDefinition>
  • Method Details

    • 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

      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.