| Package | Description |
|---|---|
| software.amazon.awssdk.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
static ShareInvitation.Builder |
ShareInvitation.builder() |
ShareInvitation.Builder |
ShareInvitation.Builder.lensAlias(String lensAlias)
Sets the value of the LensAlias property for this object.
|
ShareInvitation.Builder |
ShareInvitation.Builder.lensArn(String lensArn)
The ARN for the lens.
|
ShareInvitation.Builder |
ShareInvitation.Builder.profileArn(String profileArn)
The profile ARN.
|
ShareInvitation.Builder |
ShareInvitation.Builder.shareInvitationId(String shareInvitationId)
The ID assigned to the share invitation.
|
ShareInvitation.Builder |
ShareInvitation.Builder.shareResourceType(ShareResourceType shareResourceType)
The resource type of the share invitation.
|
ShareInvitation.Builder |
ShareInvitation.Builder.shareResourceType(String shareResourceType)
The resource type of the share invitation.
|
ShareInvitation.Builder |
ShareInvitation.toBuilder() |
ShareInvitation.Builder |
ShareInvitation.Builder.workloadId(String workloadId)
Sets the value of the WorkloadId property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ShareInvitation.Builder> |
ShareInvitation.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateShareInvitationResponse.Builder |
UpdateShareInvitationResponse.Builder.shareInvitation(Consumer<ShareInvitation.Builder> shareInvitation)
The updated workload or custom lens share invitation.
|
Copyright © 2023. All rights reserved.