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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MicrosoftEntraConfig.BuilderapplicationConfigSecretArn(String applicationConfigSecretArn)The Amazon Resource Name (ARN) of the application config.MicrosoftEntraConfig.BuildertenantId(String tenantId)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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
tenantId
MicrosoftEntraConfig.Builder tenantId(String 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
MicrosoftEntraConfig.Builder applicationConfigSecretArn(String 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.
-
-