public static interface UpdateShareInvitationResponse.Builder extends WellArchitectedResponse.Builder, SdkPojo, CopyableBuilder<UpdateShareInvitationResponse.Builder,UpdateShareInvitationResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateShareInvitationResponse.Builder |
shareInvitation(Consumer<ShareInvitation.Builder> shareInvitation)
The updated workload or custom lens share invitation.
|
UpdateShareInvitationResponse.Builder |
shareInvitation(ShareInvitation shareInvitation)
The updated workload or custom lens share invitation.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateShareInvitationResponse.Builder shareInvitation(ShareInvitation shareInvitation)
The updated workload or custom lens share invitation.
shareInvitation - The updated workload or custom lens share invitation.default UpdateShareInvitationResponse.Builder shareInvitation(Consumer<ShareInvitation.Builder> shareInvitation)
The updated workload or custom lens share invitation.
This is a convenience method that creates an instance of theShareInvitation.Builder avoiding the
need to create one manually via ShareInvitation.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to shareInvitation(ShareInvitation).
shareInvitation - a consumer that will call methods on ShareInvitation.BuildershareInvitation(ShareInvitation)Copyright © 2023. All rights reserved.