Interface SpaceSharingSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SpaceSharingSettings.Builder,
,SpaceSharingSettings> SdkBuilder<SpaceSharingSettings.Builder,
,SpaceSharingSettings> SdkPojo
- Enclosing class:
SpaceSharingSettings
@Mutable
@NotThreadSafe
public static interface SpaceSharingSettings.Builder
extends SdkPojo, CopyableBuilder<SpaceSharingSettings.Builder,SpaceSharingSettings>
-
Method Summary
Modifier and TypeMethodDescriptionsharingType
(String sharingType) Specifies the sharing type of the space.sharingType
(SharingType sharingType) Specifies the sharing type of the space.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, sdkFieldNameToField, sdkFields
-
Method Details
-
sharingType
Specifies the sharing type of the space.
- Parameters:
sharingType
- Specifies the sharing type of the space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sharingType
Specifies the sharing type of the space.
- Parameters:
sharingType
- Specifies the sharing type of the space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-