Interface UpdateShareInvitationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateShareInvitationResponse.Builder,UpdateShareInvitationResponse>,SdkBuilder<UpdateShareInvitationResponse.Builder,UpdateShareInvitationResponse>,SdkPojo,SdkResponse.Builder,WellArchitectedResponse.Builder
- Enclosing class:
- UpdateShareInvitationResponse
public static interface UpdateShareInvitationResponse.Builder extends WellArchitectedResponse.Builder, SdkPojo, CopyableBuilder<UpdateShareInvitationResponse.Builder,UpdateShareInvitationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateShareInvitationResponse.BuildershareInvitation(Consumer<ShareInvitation.Builder> shareInvitation)The updated workload or custom lens share invitation.UpdateShareInvitationResponse.BuildershareInvitation(ShareInvitation shareInvitation)The updated workload or custom lens share invitation.-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.wellarchitected.model.WellArchitectedResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
shareInvitation
UpdateShareInvitationResponse.Builder shareInvitation(ShareInvitation shareInvitation)
The updated workload or custom lens share invitation.
- Parameters:
shareInvitation- The updated workload or custom lens share invitation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
shareInvitation
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.Builderavoiding the need to create one manually viaShareInvitation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toshareInvitation(ShareInvitation).- Parameters:
shareInvitation- a consumer that will call methods onShareInvitation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
shareInvitation(ShareInvitation)
-
-