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 Summary
Modifier and TypeMethodDescriptionThe date and time when the usage profile was created.description
(String description) A description of the usage profile.lastModifiedOn
(Instant lastModifiedOn) The date and time when the usage profile was last modified.The name of the usage profile.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
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
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
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.
-