public final class GenerateAuthenticationTokenRequest extends Object implements ToCopyableBuilder<GenerateAuthenticationTokenRequest.Builder,GenerateAuthenticationTokenRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GenerateAuthenticationTokenRequest.Builder
A builder for a
GenerateAuthenticationTokenRequest, created with builder(). |
| Modifier and Type | Method and Description |
|---|---|
static GenerateAuthenticationTokenRequest.Builder |
builder()
Creates a builder for
RdsUtilities. |
AwsCredentialsProvider |
credentialsProvider() |
String |
hostname() |
int |
port() |
Region |
region() |
GenerateAuthenticationTokenRequest.Builder |
toBuilder() |
String |
username() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcopypublic String hostname()
public int port()
public String username()
public Region region()
RdsUtilities.Builder#region(Region)public AwsCredentialsProvider credentialsProvider()
RdsUtilities.Builder#credentialsProvider(AwsCredentialsProvider)}public GenerateAuthenticationTokenRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GenerateAuthenticationTokenRequest.Builder,GenerateAuthenticationTokenRequest>public static GenerateAuthenticationTokenRequest.Builder builder()
RdsUtilities.Copyright © 2023. All rights reserved.