Interface IntuneConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IntuneConfiguration.Builder,
,IntuneConfiguration> SdkBuilder<IntuneConfiguration.Builder,
,IntuneConfiguration> SdkPojo
- Enclosing class:
IntuneConfiguration
public static interface IntuneConfiguration.Builder
extends SdkPojo, CopyableBuilder<IntuneConfiguration.Builder,IntuneConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionazureApplicationId
(String azureApplicationId) The directory (tenant) ID from your Microsoft Entra ID app registration.The primary domain from your Microsoft Entra ID app registration.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, sdkFields
-
Method Details
-
azureApplicationId
The directory (tenant) ID from your Microsoft Entra ID app registration.
- Parameters:
azureApplicationId
- The directory (tenant) ID from your Microsoft Entra ID app registration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domain
The primary domain from your Microsoft Entra ID app registration.
- Parameters:
domain
- The primary domain from your Microsoft Entra ID app registration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-