Interface ProfileSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ProfileSummary.Builder,,ProfileSummary> SdkBuilder<ProfileSummary.Builder,,ProfileSummary> SdkPojo
- Enclosing class:
ProfileSummary
@Mutable
@NotThreadSafe
public static interface ProfileSummary.Builder
extends SdkPojo, CopyableBuilder<ProfileSummary.Builder,ProfileSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe date and time when the profile was created.Sets the value of the Owner property for this object.profileArn(String profileArn) The profile ARN.profileDescription(String profileDescription) The profile description.profileName(String profileName) The profile name.profileVersion(String profileVersion) The profile version.The date and time when the profile was last updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
profileArn
The profile ARN.
- Parameters:
profileArn- The profile ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileVersion
The profile version.
- Parameters:
profileVersion- The profile version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileName
The profile name.
- Parameters:
profileName- The profile name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileDescription
The profile description.
- Parameters:
profileDescription- The profile description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
owner
Sets the value of the Owner property for this object.- Parameters:
owner- The new value for the Owner property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The date and time when the profile was created.
- Parameters:
createdAt- The date and time when the profile was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The date and time when the profile was last updated.
- Parameters:
updatedAt- The date and time when the profile was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-