Interface WebAppConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<WebAppConfiguration.Builder,,WebAppConfiguration> SdkBuilder<WebAppConfiguration.Builder,,WebAppConfiguration> SdkPojo
- Enclosing class:
WebAppConfiguration
@Mutable
@NotThreadSafe
public static interface WebAppConfiguration.Builder
extends SdkPojo, CopyableBuilder<WebAppConfiguration.Builder,WebAppConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionARN of the IAM role used for EHR operations.idcApplicationId(String idcApplicationId) The Identity Center application ID associated with this Domain.The AWS region where Identity Center is configured.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
ehrRole
ARN of the IAM role used for EHR operations.
- Parameters:
ehrRole- ARN of the IAM role used for EHR operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
idcApplicationId
The Identity Center application ID associated with this Domain.
- Parameters:
idcApplicationId- The Identity Center application ID associated with this Domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
idcRegion
The AWS region where Identity Center is configured.
- Parameters:
idcRegion- The AWS region where Identity Center is configured.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-