Uses of Class
software.amazon.awssdk.services.glue.model.ConnectorProperty
-
Packages that use ConnectorProperty Package Description software.amazon.awssdk.services.glue.model -
-
Uses of ConnectorProperty in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return ConnectorProperty Modifier and Type Method Description ConnectorPropertyConnectorAuthorizationCodeProperties. authorizationCode()The authorization code received from the authorization server after user consent.ConnectorPropertyConnectorAuthorizationCodeProperties. authorizationCodeUrl()The authorization endpoint URL where users will be redirected to grant authorization.ConnectorPropertyClientCredentialsProperties. clientId()The OAuth2 client identifier provided by the authorization server.ConnectorPropertyConnectorAuthorizationCodeProperties. clientId()The OAuth2 client identifier provided by the authorization server.ConnectorPropertyClientCredentialsProperties. clientSecret()The OAuth2 client secret provided by the authorization server.ConnectorPropertyConnectorAuthorizationCodeProperties. clientSecret()The OAuth2 client secret provided by the authorization server.ConnectorPropertyJWTBearerProperties. jwtToken()The JWT token to be used in the bearer token grant flow for authentication.ConnectorPropertyBasicAuthenticationProperties. password()The password property name to use for Basic authentication credentials.ConnectorPropertyConnectorAuthorizationCodeProperties. prompt()The OAuth2 prompt parameter that controls the authorization server's behavior during user authentication.ConnectorPropertyConnectorAuthorizationCodeProperties. redirectUri()The redirect URI that must match the URI registered with the authorization server.ConnectorPropertyClientCredentialsProperties. scope()The OAuth2 scope that defines the level of access requested for the client credentials flow.ConnectorPropertyConnectorAuthorizationCodeProperties. scope()The OAuth2 scope that defines the level of access requested for the authorization code flow.ConnectorPropertyClientCredentialsProperties. tokenUrl()The token endpoint URL where the client will request access tokens using client credentials.ConnectorPropertyConnectorAuthorizationCodeProperties. tokenUrl()The token endpoint URL where the authorization code will be exchanged for an access token.ConnectorPropertyJWTBearerProperties. tokenUrl()The token endpoint URL where the JWT bearer token will be exchanged for an access token.ConnectorPropertyConnectionPropertiesConfiguration. url()The base instance URL for the endpoint that this connection type will connect to.ConnectorPropertyBasicAuthenticationProperties. username()The username property name to use for Basic authentication credentials.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type ConnectorProperty Modifier and Type Method Description List<ConnectorProperty>ConnectionPropertiesConfiguration. additionalRequestParameters()Key-value pairs of additional request parameters that may be needed during connection creation, such as API versions or service-specific configuration options.List<ConnectorProperty>CustomAuthenticationProperties. authenticationParameters()A map of custom authentication parameters that define the specific authentication mechanism and required properties.List<ConnectorProperty>SourceConfiguration. requestParameters()Configuration for request parameters that should be included in API calls, such as query parameters, headers, or body content.List<ConnectorProperty>ClientCredentialsProperties. tokenUrlParameters()Additional parameters to include in token URL requests as key-value pairs.List<ConnectorProperty>ConnectorAuthorizationCodeProperties. tokenUrlParameters()Additional parameters to include in token URL requests as key-value pairs.List<ConnectorProperty>JWTBearerProperties. tokenUrlParameters()Additional parameters to include in token URL requests as key-value pairs.Methods in software.amazon.awssdk.services.glue.model with parameters of type ConnectorProperty Modifier and Type Method Description ConnectionPropertiesConfiguration.BuilderConnectionPropertiesConfiguration.Builder. additionalRequestParameters(ConnectorProperty... additionalRequestParameters)Key-value pairs of additional request parameters that may be needed during connection creation, such as API versions or service-specific configuration options.CustomAuthenticationProperties.BuilderCustomAuthenticationProperties.Builder. authenticationParameters(ConnectorProperty... authenticationParameters)A map of custom authentication parameters that define the specific authentication mechanism and required properties.ConnectorAuthorizationCodeProperties.BuilderConnectorAuthorizationCodeProperties.Builder. authorizationCode(ConnectorProperty authorizationCode)The authorization code received from the authorization server after user consent.ConnectorAuthorizationCodeProperties.BuilderConnectorAuthorizationCodeProperties.Builder. authorizationCodeUrl(ConnectorProperty authorizationCodeUrl)The authorization endpoint URL where users will be redirected to grant authorization.ClientCredentialsProperties.BuilderClientCredentialsProperties.Builder. clientId(ConnectorProperty clientId)The OAuth2 client identifier provided by the authorization server.ConnectorAuthorizationCodeProperties.BuilderConnectorAuthorizationCodeProperties.Builder. clientId(ConnectorProperty clientId)The OAuth2 client identifier provided by the authorization server.ClientCredentialsProperties.BuilderClientCredentialsProperties.Builder. clientSecret(ConnectorProperty clientSecret)The OAuth2 client secret provided by the authorization server.ConnectorAuthorizationCodeProperties.BuilderConnectorAuthorizationCodeProperties.Builder. clientSecret(ConnectorProperty clientSecret)The OAuth2 client secret provided by the authorization server.JWTBearerProperties.BuilderJWTBearerProperties.Builder. jwtToken(ConnectorProperty jwtToken)The JWT token to be used in the bearer token grant flow for authentication.BasicAuthenticationProperties.BuilderBasicAuthenticationProperties.Builder. password(ConnectorProperty password)The password property name to use for Basic authentication credentials.ConnectorAuthorizationCodeProperties.BuilderConnectorAuthorizationCodeProperties.Builder. prompt(ConnectorProperty prompt)The OAuth2 prompt parameter that controls the authorization server's behavior during user authentication.ConnectorAuthorizationCodeProperties.BuilderConnectorAuthorizationCodeProperties.Builder. redirectUri(ConnectorProperty redirectUri)The redirect URI that must match the URI registered with the authorization server.SourceConfiguration.BuilderSourceConfiguration.Builder. requestParameters(ConnectorProperty... requestParameters)Configuration for request parameters that should be included in API calls, such as query parameters, headers, or body content.ClientCredentialsProperties.BuilderClientCredentialsProperties.Builder. scope(ConnectorProperty scope)The OAuth2 scope that defines the level of access requested for the client credentials flow.ConnectorAuthorizationCodeProperties.BuilderConnectorAuthorizationCodeProperties.Builder. scope(ConnectorProperty scope)The OAuth2 scope that defines the level of access requested for the authorization code flow.ClientCredentialsProperties.BuilderClientCredentialsProperties.Builder. tokenUrl(ConnectorProperty tokenUrl)The token endpoint URL where the client will request access tokens using client credentials.ConnectorAuthorizationCodeProperties.BuilderConnectorAuthorizationCodeProperties.Builder. tokenUrl(ConnectorProperty tokenUrl)The token endpoint URL where the authorization code will be exchanged for an access token.JWTBearerProperties.BuilderJWTBearerProperties.Builder. tokenUrl(ConnectorProperty tokenUrl)The token endpoint URL where the JWT bearer token will be exchanged for an access token.ClientCredentialsProperties.BuilderClientCredentialsProperties.Builder. tokenUrlParameters(ConnectorProperty... tokenUrlParameters)Additional parameters to include in token URL requests as key-value pairs.ConnectorAuthorizationCodeProperties.BuilderConnectorAuthorizationCodeProperties.Builder. tokenUrlParameters(ConnectorProperty... tokenUrlParameters)Additional parameters to include in token URL requests as key-value pairs.JWTBearerProperties.BuilderJWTBearerProperties.Builder. tokenUrlParameters(ConnectorProperty... tokenUrlParameters)Additional parameters to include in token URL requests as key-value pairs.ConnectionPropertiesConfiguration.BuilderConnectionPropertiesConfiguration.Builder. url(ConnectorProperty url)The base instance URL for the endpoint that this connection type will connect to.BasicAuthenticationProperties.BuilderBasicAuthenticationProperties.Builder. username(ConnectorProperty username)The username property name to use for Basic authentication credentials.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type ConnectorProperty Modifier and Type Method Description ConnectionPropertiesConfiguration.BuilderConnectionPropertiesConfiguration.Builder. additionalRequestParameters(Collection<ConnectorProperty> additionalRequestParameters)Key-value pairs of additional request parameters that may be needed during connection creation, such as API versions or service-specific configuration options.CustomAuthenticationProperties.BuilderCustomAuthenticationProperties.Builder. authenticationParameters(Collection<ConnectorProperty> authenticationParameters)A map of custom authentication parameters that define the specific authentication mechanism and required properties.SourceConfiguration.BuilderSourceConfiguration.Builder. requestParameters(Collection<ConnectorProperty> requestParameters)Configuration for request parameters that should be included in API calls, such as query parameters, headers, or body content.ClientCredentialsProperties.BuilderClientCredentialsProperties.Builder. tokenUrlParameters(Collection<ConnectorProperty> tokenUrlParameters)Additional parameters to include in token URL requests as key-value pairs.ConnectorAuthorizationCodeProperties.BuilderConnectorAuthorizationCodeProperties.Builder. tokenUrlParameters(Collection<ConnectorProperty> tokenUrlParameters)Additional parameters to include in token URL requests as key-value pairs.JWTBearerProperties.BuilderJWTBearerProperties.Builder. tokenUrlParameters(Collection<ConnectorProperty> tokenUrlParameters)Additional parameters to include in token URL requests as key-value pairs.
-