Interface MicrosoftEntraConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MicrosoftEntraConfig.Builder,
,MicrosoftEntraConfig> SdkBuilder<MicrosoftEntraConfig.Builder,
,MicrosoftEntraConfig> SdkPojo
- Enclosing class:
MicrosoftEntraConfig
public static interface MicrosoftEntraConfig.Builder
extends SdkPojo, CopyableBuilder<MicrosoftEntraConfig.Builder,MicrosoftEntraConfig>
-
Method Summary
Modifier and TypeMethodDescriptionapplicationConfigSecretArn
(String applicationConfigSecretArn) The Amazon Resource Name (ARN) of the application config.The identifier of the tenant.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
-
tenantId
The identifier of the tenant.
- Parameters:
tenantId
- The identifier of the tenant.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationConfigSecretArn
The Amazon Resource Name (ARN) of the application config.
- Parameters:
applicationConfigSecretArn
- The Amazon Resource Name (ARN) of the application config.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-