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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UsageProfileDefinition.BuildercreatedOn(Instant createdOn)The date and time when the usage profile was created.UsageProfileDefinition.Builderdescription(String description)A description of the usage profile.UsageProfileDefinition.BuilderlastModifiedOn(Instant lastModifiedOn)The date and time when the usage profile was last modified.UsageProfileDefinition.Buildername(String name)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, sdkFieldNameToField, sdkFields
-
-
-
-
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.
-
-