Interface MobileDeviceManagement.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MobileDeviceManagement.Builder,MobileDeviceManagement>,SdkBuilder<MobileDeviceManagement.Builder,MobileDeviceManagement>,SdkPojo
- Enclosing class:
- MobileDeviceManagement
public static interface MobileDeviceManagement.Builder extends SdkPojo, CopyableBuilder<MobileDeviceManagement.Builder,MobileDeviceManagement>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default MobileDeviceManagement.Builderintune(Consumer<IntuneConfiguration.Builder> intune)Configuration settings for use with Microsoft Intune.MobileDeviceManagement.Builderintune(IntuneConfiguration intune)Configuration settings for use with Microsoft Intune.-
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
-
intune
MobileDeviceManagement.Builder intune(IntuneConfiguration intune)
Configuration settings for use with Microsoft Intune. For information about using Connector for SCEP for Microsoft Intune, see Using Connector for SCEP for Microsoft Intune.
- Parameters:
intune- Configuration settings for use with Microsoft Intune. For information about using Connector for SCEP for Microsoft Intune, see Using Connector for SCEP for Microsoft Intune.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
intune
default MobileDeviceManagement.Builder intune(Consumer<IntuneConfiguration.Builder> intune)
Configuration settings for use with Microsoft Intune. For information about using Connector for SCEP for Microsoft Intune, see Using Connector for SCEP for Microsoft Intune.
This is a convenience method that creates an instance of theIntuneConfiguration.Builderavoiding the need to create one manually viaIntuneConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tointune(IntuneConfiguration).- Parameters:
intune- a consumer that will call methods onIntuneConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
intune(IntuneConfiguration)
-
-