Uses of Interface
software.amazon.awssdk.services.apprunner.model.AuthenticationConfiguration.Builder
-
Packages that use AuthenticationConfiguration.Builder Package Description software.amazon.awssdk.services.apprunner.model -
-
Uses of AuthenticationConfiguration.Builder in software.amazon.awssdk.services.apprunner.model
Methods in software.amazon.awssdk.services.apprunner.model that return AuthenticationConfiguration.Builder Modifier and Type Method Description AuthenticationConfiguration.BuilderAuthenticationConfiguration.Builder. accessRoleArn(String accessRoleArn)The Amazon Resource Name (ARN) of the IAM role that grants the App Runner service access to a source repository.static AuthenticationConfiguration.BuilderAuthenticationConfiguration. builder()AuthenticationConfiguration.BuilderAuthenticationConfiguration.Builder. connectionArn(String connectionArn)The Amazon Resource Name (ARN) of the App Runner connection that enables the App Runner service to connect to a source repository.AuthenticationConfiguration.BuilderAuthenticationConfiguration. toBuilder()Methods in software.amazon.awssdk.services.apprunner.model that return types with arguments of type AuthenticationConfiguration.Builder Modifier and Type Method Description static Class<? extends AuthenticationConfiguration.Builder>AuthenticationConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.apprunner.model with type arguments of type AuthenticationConfiguration.Builder Modifier and Type Method Description default SourceConfiguration.BuilderSourceConfiguration.Builder. authenticationConfiguration(Consumer<AuthenticationConfiguration.Builder> authenticationConfiguration)Describes the resources that are needed to authenticate access to some source repositories.
-