Interface ProfileSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ProfileSummary.Builder,ProfileSummary>,SdkBuilder<ProfileSummary.Builder,ProfileSummary>,SdkPojo
- Enclosing class:
- ProfileSummary
public static interface ProfileSummary.Builder extends SdkPojo, CopyableBuilder<ProfileSummary.Builder,ProfileSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProfileSummary.BuildercreatedAt(Instant createdAt)Sets the value of the CreatedAt property for this object.ProfileSummary.Builderowner(String owner)Sets the value of the Owner property for this object.ProfileSummary.BuilderprofileArn(String profileArn)The profile ARN.ProfileSummary.BuilderprofileDescription(String profileDescription)The profile description.ProfileSummary.BuilderprofileName(String profileName)The profile name.ProfileSummary.BuilderprofileVersion(String profileVersion)The profile version.ProfileSummary.BuilderupdatedAt(Instant updatedAt)Sets the value of the UpdatedAt property for this object.-
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 Detail
-
profileArn
ProfileSummary.Builder profileArn(String 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
ProfileSummary.Builder profileVersion(String 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
ProfileSummary.Builder profileName(String 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
ProfileSummary.Builder profileDescription(String 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
ProfileSummary.Builder owner(String 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
ProfileSummary.Builder createdAt(Instant createdAt)
Sets the value of the CreatedAt property for this object.- Parameters:
createdAt- The new value for the CreatedAt property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
ProfileSummary.Builder updatedAt(Instant updatedAt)
Sets the value of the UpdatedAt property for this object.- Parameters:
updatedAt- The new value for the UpdatedAt property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-