public static interface ProfileNotificationSummary.Builder extends SdkPojo, CopyableBuilder<ProfileNotificationSummary.Builder,ProfileNotificationSummary>
| Modifier and Type | Method and Description |
|---|---|
ProfileNotificationSummary.Builder |
currentProfileVersion(String currentProfileVersion)
The current profile version.
|
ProfileNotificationSummary.Builder |
latestProfileVersion(String latestProfileVersion)
The latest profile version.
|
ProfileNotificationSummary.Builder |
profileArn(String profileArn)
The profile ARN.
|
ProfileNotificationSummary.Builder |
profileName(String profileName)
The profile name.
|
ProfileNotificationSummary.Builder |
type(ProfileNotificationType type)
Type of notification.
|
ProfileNotificationSummary.Builder |
type(String type)
Type of notification.
|
ProfileNotificationSummary.Builder |
workloadId(String workloadId)
Sets the value of the WorkloadId property for this object.
|
ProfileNotificationSummary.Builder |
workloadName(String workloadName)
Sets the value of the WorkloadName property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProfileNotificationSummary.Builder currentProfileVersion(String currentProfileVersion)
The current profile version.
currentProfileVersion - The current profile version.ProfileNotificationSummary.Builder latestProfileVersion(String latestProfileVersion)
The latest profile version.
latestProfileVersion - The latest profile version.ProfileNotificationSummary.Builder type(String type)
Type of notification.
type - Type of notification.ProfileNotificationType,
ProfileNotificationTypeProfileNotificationSummary.Builder type(ProfileNotificationType type)
Type of notification.
type - Type of notification.ProfileNotificationType,
ProfileNotificationTypeProfileNotificationSummary.Builder profileArn(String profileArn)
The profile ARN.
profileArn - The profile ARN.ProfileNotificationSummary.Builder profileName(String profileName)
The profile name.
profileName - The profile name.ProfileNotificationSummary.Builder workloadId(String workloadId)
workloadId - The new value for the WorkloadId property for this object.ProfileNotificationSummary.Builder workloadName(String workloadName)
workloadName - The new value for the WorkloadName property for this object.Copyright © 2023. All rights reserved.