public static interface Connection.Builder extends SdkPojo, CopyableBuilder<Connection.Builder,Connection>
| Modifier and Type | Method and Description |
|---|---|
Connection.Builder |
authorizationType(ConnectionAuthorizationType authorizationType)
The authorization type specified for the connection.
|
Connection.Builder |
authorizationType(String authorizationType)
The authorization type specified for the connection.
|
Connection.Builder |
connectionArn(String connectionArn)
The ARN of the connection.
|
Connection.Builder |
connectionState(ConnectionState connectionState)
The state of the connection.
|
Connection.Builder |
connectionState(String connectionState)
The state of the connection.
|
Connection.Builder |
creationTime(Instant creationTime)
A time stamp for the time that the connection was created.
|
Connection.Builder |
lastAuthorizedTime(Instant lastAuthorizedTime)
A time stamp for the time that the connection was last authorized.
|
Connection.Builder |
lastModifiedTime(Instant lastModifiedTime)
A time stamp for the time that the connection was last modified.
|
Connection.Builder |
name(String name)
The name of the connection.
|
Connection.Builder |
stateReason(String stateReason)
The reason that the connection is in the connection state.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConnection.Builder connectionArn(String connectionArn)
The ARN of the connection.
connectionArn - The ARN of the connection.Connection.Builder name(String name)
The name of the connection.
name - The name of the connection.Connection.Builder connectionState(String connectionState)
The state of the connection.
connectionState - The state of the connection.ConnectionState,
ConnectionStateConnection.Builder connectionState(ConnectionState connectionState)
The state of the connection.
connectionState - The state of the connection.ConnectionState,
ConnectionStateConnection.Builder stateReason(String stateReason)
The reason that the connection is in the connection state.
stateReason - The reason that the connection is in the connection state.Connection.Builder authorizationType(String authorizationType)
The authorization type specified for the connection.
authorizationType - The authorization type specified for the connection.ConnectionAuthorizationType,
ConnectionAuthorizationTypeConnection.Builder authorizationType(ConnectionAuthorizationType authorizationType)
The authorization type specified for the connection.
authorizationType - The authorization type specified for the connection.ConnectionAuthorizationType,
ConnectionAuthorizationTypeConnection.Builder creationTime(Instant creationTime)
A time stamp for the time that the connection was created.
creationTime - A time stamp for the time that the connection was created.Connection.Builder lastModifiedTime(Instant lastModifiedTime)
A time stamp for the time that the connection was last modified.
lastModifiedTime - A time stamp for the time that the connection was last modified.Connection.Builder lastAuthorizedTime(Instant lastAuthorizedTime)
A time stamp for the time that the connection was last authorized.
lastAuthorizedTime - A time stamp for the time that the connection was last authorized.Copyright © 2022. All rights reserved.