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 Amazon Resource Name (ARN) of the Profile.ID of the Profile.Name of the Profile.shareStatus
(String shareStatus) Share status of the Profile.shareStatus
(ShareStatus shareStatus) Share status of the 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 Details
-
arn
The Amazon Resource Name (ARN) of the Profile.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the Profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
ID of the Profile.
- Parameters:
id
- ID of the Profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
Name of the Profile.
- Parameters:
name
- Name of the Profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-