Interface ResourceShareConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ResourceShareConfiguration.Builder,,ResourceShareConfiguration> SdkBuilder<ResourceShareConfiguration.Builder,,ResourceShareConfiguration> SdkPojo
- Enclosing class:
ResourceShareConfiguration
@Mutable
@NotThreadSafe
public static interface ResourceShareConfiguration.Builder
extends SdkPojo, CopyableBuilder<ResourceShareConfiguration.Builder,ResourceShareConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionretainSharingOnAccountLeaveOrganization(Boolean retainSharingOnAccountLeaveOrganization) Specifies whether the consumer account retains access to the resource share after leaving the organization.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
retainSharingOnAccountLeaveOrganization
ResourceShareConfiguration.Builder retainSharingOnAccountLeaveOrganization(Boolean retainSharingOnAccountLeaveOrganization) Specifies whether the consumer account retains access to the resource share after leaving the organization.
- Parameters:
retainSharingOnAccountLeaveOrganization- Specifies whether the consumer account retains access to the resource share after leaving the organization.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-