Interface ProfileNotificationSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ProfileNotificationSummary.Builder,
,ProfileNotificationSummary> SdkBuilder<ProfileNotificationSummary.Builder,
,ProfileNotificationSummary> SdkPojo
- Enclosing class:
ProfileNotificationSummary
public static interface ProfileNotificationSummary.Builder
extends SdkPojo, CopyableBuilder<ProfileNotificationSummary.Builder,ProfileNotificationSummary>
-
Method Summary
Modifier and TypeMethodDescriptioncurrentProfileVersion
(String currentProfileVersion) The current profile version.latestProfileVersion
(String latestProfileVersion) The latest profile version.profileArn
(String profileArn) The profile ARN.profileName
(String profileName) The profile name.Type of notification.type
(ProfileNotificationType type) Type of notification.workloadId
(String workloadId) Sets the value of the WorkloadId property for this object.workloadName
(String workloadName) Sets the value of the WorkloadName 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 Details
-
currentProfileVersion
The current profile version.
- Parameters:
currentProfileVersion
- The current profile version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
latestProfileVersion
The latest profile version.
- Parameters:
latestProfileVersion
- The latest profile version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
Type of notification.
- Parameters:
type
- Type of notification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
Type of notification.
- Parameters:
type
- Type of notification.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
profileArn
The profile ARN.
- Parameters:
profileArn
- The profile ARN.- 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.
-
workloadId
Sets the value of the WorkloadId property for this object.- Parameters:
workloadId
- The new value for the WorkloadId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
workloadName
Sets the value of the WorkloadName property for this object.- Parameters:
workloadName
- The new value for the WorkloadName property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-