Uses of Interface
software.amazon.awssdk.services.workspaces.model.IDCConfig.Builder
-
Packages that use IDCConfig.Builder Package Description software.amazon.awssdk.services.workspaces.model -
-
Uses of IDCConfig.Builder in software.amazon.awssdk.services.workspaces.model
Methods in software.amazon.awssdk.services.workspaces.model that return IDCConfig.Builder Modifier and Type Method Description IDCConfig.BuilderIDCConfig.Builder. applicationArn(String applicationArn)The Amazon Resource Name (ARN) of the application.static IDCConfig.BuilderIDCConfig. builder()IDCConfig.BuilderIDCConfig.Builder. instanceArn(String instanceArn)The Amazon Resource Name (ARN) of the identity center instance.IDCConfig.BuilderIDCConfig. toBuilder()Methods in software.amazon.awssdk.services.workspaces.model that return types with arguments of type IDCConfig.Builder Modifier and Type Method Description static Class<? extends IDCConfig.Builder>IDCConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.workspaces.model with type arguments of type IDCConfig.Builder Modifier and Type Method Description default WorkspaceDirectory.BuilderWorkspaceDirectory.Builder. idcConfig(Consumer<IDCConfig.Builder> idcConfig)Specifies details about identity center configurations.
-