Interface ShareResult.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ShareResult.Builder,
,ShareResult> SdkBuilder<ShareResult.Builder,
,ShareResult> SdkPojo
- Enclosing class:
ShareResult
public static interface ShareResult.Builder
extends SdkPojo, CopyableBuilder<ShareResult.Builder,ShareResult>
-
Method Summary
Modifier and TypeMethodDescriptioninviteePrincipalId
(String inviteePrincipalId) The ID of the invited user.principalId
(String principalId) The ID of the principal.The role.The role.The ID of the resource that was shared.The status.status
(ShareStatusType status) The status.statusMessage
(String statusMessage) The status message.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
-
Method Details
-
principalId
The ID of the principal.
- Parameters:
principalId
- The ID of the principal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inviteePrincipalId
The ID of the invited user.
- Parameters:
inviteePrincipalId
- The ID of the invited user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
role
The role.
- Parameters:
role
- The role.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
role
The role.
- Parameters:
role
- The role.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status.
- Parameters:
status
- The status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusMessage
The status message.
- Parameters:
statusMessage
- The status message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-