| Package | Description |
|---|---|
| software.amazon.awssdk.services.emr.model |
| Modifier and Type | Method and Description |
|---|---|
static UsernamePassword.Builder |
UsernamePassword.builder() |
UsernamePassword.Builder |
UsernamePassword.Builder.password(String password)
The password associated with the temporary credentials that you use to connect to cluster endpoints.
|
UsernamePassword.Builder |
UsernamePassword.toBuilder() |
UsernamePassword.Builder |
UsernamePassword.Builder.username(String username)
The username associated with the temporary credentials that you use to connect to cluster endpoints.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UsernamePassword.Builder> |
UsernamePassword.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
static Credentials |
Credentials.fromUsernamePassword(Consumer<UsernamePassword.Builder> usernamePassword)
Create an instance of this class with
Credentials.usernamePassword() initialized to the given value. |
default Credentials.Builder |
Credentials.Builder.usernamePassword(Consumer<UsernamePassword.Builder> usernamePassword)
The username and password that you use to connect to cluster endpoints.
|
Copyright © 2023. All rights reserved.