Uses of Interface
software.amazon.awssdk.services.datazone.model.RedshiftCredentials.Builder
-
Packages that use RedshiftCredentials.Builder Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of RedshiftCredentials.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return RedshiftCredentials.Builder Modifier and Type Method Description static RedshiftCredentials.BuilderRedshiftCredentials. builder()RedshiftCredentials.BuilderRedshiftCredentials.Builder. secretArn(String secretArn)The secret ARN of the Amazon Redshift credentials of a connection.RedshiftCredentials.BuilderRedshiftCredentials. toBuilder()default RedshiftCredentials.BuilderRedshiftCredentials.Builder. usernamePassword(Consumer<UsernamePassword.Builder> usernamePassword)The username and password of the Amazon Redshift credentials of a connection.RedshiftCredentials.BuilderRedshiftCredentials.Builder. usernamePassword(UsernamePassword usernamePassword)The username and password of the Amazon Redshift credentials of a connection.Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type RedshiftCredentials.Builder Modifier and Type Method Description static Class<? extends RedshiftCredentials.Builder>RedshiftCredentials. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type RedshiftCredentials.Builder Modifier and Type Method Description default RedshiftPropertiesInput.BuilderRedshiftPropertiesInput.Builder. credentials(Consumer<RedshiftCredentials.Builder> credentials)The Amaon Redshift credentials.default RedshiftPropertiesOutput.BuilderRedshiftPropertiesOutput.Builder. credentials(Consumer<RedshiftCredentials.Builder> credentials)The Amazon Redshift credentials.default RedshiftPropertiesPatch.BuilderRedshiftPropertiesPatch.Builder. credentials(Consumer<RedshiftCredentials.Builder> credentials)The credentials in the Amazon Redshift properties patch.
-