public static interface ProfileSummary.Builder extends SdkPojo, CopyableBuilder<ProfileSummary.Builder,ProfileSummary>
| Modifier and Type | Method and Description |
|---|---|
ProfileSummary.Builder |
createdAt(Instant createdAt)
Sets the value of the CreatedAt property for this object.
|
ProfileSummary.Builder |
owner(String owner)
Sets the value of the Owner property for this object.
|
ProfileSummary.Builder |
profileArn(String profileArn)
The profile ARN.
|
ProfileSummary.Builder |
profileDescription(String profileDescription)
The profile description.
|
ProfileSummary.Builder |
profileName(String profileName)
The profile name.
|
ProfileSummary.Builder |
profileVersion(String profileVersion)
The profile version.
|
ProfileSummary.Builder |
updatedAt(Instant updatedAt)
Sets the value of the UpdatedAt property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProfileSummary.Builder profileArn(String profileArn)
The profile ARN.
profileArn - The profile ARN.ProfileSummary.Builder profileVersion(String profileVersion)
The profile version.
profileVersion - The profile version.ProfileSummary.Builder profileName(String profileName)
The profile name.
profileName - The profile name.ProfileSummary.Builder profileDescription(String profileDescription)
The profile description.
profileDescription - The profile description.ProfileSummary.Builder owner(String owner)
owner - The new value for the Owner property for this object.ProfileSummary.Builder createdAt(Instant createdAt)
createdAt - The new value for the CreatedAt property for this object.ProfileSummary.Builder updatedAt(Instant updatedAt)
updatedAt - The new value for the UpdatedAt property for this object.Copyright © 2023. All rights reserved.