Interface SpaceSharingSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SpaceSharingSettings.Builder,SpaceSharingSettings>,SdkBuilder<SpaceSharingSettings.Builder,SpaceSharingSettings>,SdkPojo
- Enclosing class:
- SpaceSharingSettings
public static interface SpaceSharingSettings.Builder extends SdkPojo, CopyableBuilder<SpaceSharingSettings.Builder,SpaceSharingSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SpaceSharingSettings.BuildersharingType(String sharingType)Specifies the sharing type of the space.SpaceSharingSettings.BuildersharingType(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 Detail
-
sharingType
SpaceSharingSettings.Builder sharingType(String 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,SharingType
-
sharingType
SpaceSharingSettings.Builder sharingType(SharingType 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,SharingType
-
-