Interface UpdateShareInvitationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateShareInvitationRequest.Builder,UpdateShareInvitationRequest>,SdkBuilder<UpdateShareInvitationRequest.Builder,UpdateShareInvitationRequest>,SdkPojo,SdkRequest.Builder,WellArchitectedRequest.Builder
- Enclosing class:
- UpdateShareInvitationRequest
public static interface UpdateShareInvitationRequest.Builder extends WellArchitectedRequest.Builder, SdkPojo, CopyableBuilder<UpdateShareInvitationRequest.Builder,UpdateShareInvitationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateShareInvitationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateShareInvitationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateShareInvitationRequest.BuildershareInvitationAction(String shareInvitationAction)Sets the value of the ShareInvitationAction property for this object.UpdateShareInvitationRequest.BuildershareInvitationAction(ShareInvitationAction shareInvitationAction)Sets the value of the ShareInvitationAction property for this object.UpdateShareInvitationRequest.BuildershareInvitationId(String shareInvitationId)The ID assigned to the share invitation.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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.services.wellarchitected.model.WellArchitectedRequest.Builder
build
-
-
-
-
Method Detail
-
shareInvitationId
UpdateShareInvitationRequest.Builder shareInvitationId(String shareInvitationId)
The ID assigned to the share invitation.
- Parameters:
shareInvitationId- The ID assigned to the share invitation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
shareInvitationAction
UpdateShareInvitationRequest.Builder shareInvitationAction(String shareInvitationAction)
Sets the value of the ShareInvitationAction property for this object.- Parameters:
shareInvitationAction- The new value for the ShareInvitationAction property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ShareInvitationAction,ShareInvitationAction
-
shareInvitationAction
UpdateShareInvitationRequest.Builder shareInvitationAction(ShareInvitationAction shareInvitationAction)
Sets the value of the ShareInvitationAction property for this object.- Parameters:
shareInvitationAction- The new value for the ShareInvitationAction property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ShareInvitationAction,ShareInvitationAction
-
overrideConfiguration
UpdateShareInvitationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateShareInvitationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-