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