Interface CreateWebAppConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CreateWebAppConfiguration.Builder,,CreateWebAppConfiguration> SdkBuilder<CreateWebAppConfiguration.Builder,,CreateWebAppConfiguration> SdkPojo
- Enclosing class:
CreateWebAppConfiguration
@Mutable
@NotThreadSafe
public static interface CreateWebAppConfiguration.Builder
extends SdkPojo, CopyableBuilder<CreateWebAppConfiguration.Builder,CreateWebAppConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionARN of the IAM role used for EHR operations.idcInstanceId(String idcInstanceId) The Identity Center instance ID to use for creating the application.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.
-
idcInstanceId
The Identity Center instance ID to use for creating the application.
- Parameters:
idcInstanceId- The Identity Center instance ID to use for creating the application.- 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.
-