Interface MobileDeviceManagement.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MobileDeviceManagement.Builder,
,MobileDeviceManagement> SdkBuilder<MobileDeviceManagement.Builder,
,MobileDeviceManagement> SdkPojo
- Enclosing class:
MobileDeviceManagement
@Mutable
@NotThreadSafe
public static interface MobileDeviceManagement.Builder
extends SdkPojo, CopyableBuilder<MobileDeviceManagement.Builder,MobileDeviceManagement>
-
Method Summary
Modifier and TypeMethodDescriptiondefault MobileDeviceManagement.Builder
intune
(Consumer<IntuneConfiguration.Builder> intune) Configuration settings for use with Microsoft Intune.intune
(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 Details
-
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
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.Builder
avoiding the need to create one manually viaIntuneConfiguration.builder()
.When the
Consumer
completes,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:
-