Uses of Interface
software.amazon.awssdk.services.wellarchitected.model.ShareInvitation.Builder
-
Packages that use ShareInvitation.Builder Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of ShareInvitation.Builder in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return ShareInvitation.Builder Modifier and Type Method Description static ShareInvitation.BuilderShareInvitation. builder()ShareInvitation.BuilderShareInvitation.Builder. lensAlias(String lensAlias)Sets the value of the LensAlias property for this object.ShareInvitation.BuilderShareInvitation.Builder. lensArn(String lensArn)The ARN for the lens.ShareInvitation.BuilderShareInvitation.Builder. profileArn(String profileArn)The profile ARN.ShareInvitation.BuilderShareInvitation.Builder. shareInvitationId(String shareInvitationId)The ID assigned to the share invitation.ShareInvitation.BuilderShareInvitation.Builder. shareResourceType(String shareResourceType)The resource type of the share invitation.ShareInvitation.BuilderShareInvitation.Builder. shareResourceType(ShareResourceType shareResourceType)The resource type of the share invitation.ShareInvitation.BuilderShareInvitation.Builder. templateArn(String templateArn)The review template ARN.ShareInvitation.BuilderShareInvitation. toBuilder()ShareInvitation.BuilderShareInvitation.Builder. workloadId(String workloadId)Sets the value of the WorkloadId property for this object.Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type ShareInvitation.Builder Modifier and Type Method Description static Class<? extends ShareInvitation.Builder>ShareInvitation. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.wellarchitected.model with type arguments of type ShareInvitation.Builder Modifier and Type Method Description default UpdateShareInvitationResponse.BuilderUpdateShareInvitationResponse.Builder. shareInvitation(Consumer<ShareInvitation.Builder> shareInvitation)The updated workload or custom lens share invitation.
-