Connection.Builder |
Connection.Builder.authorizationType(String authorizationType) |
The authorization type specified for the connection.
|
Connection.Builder |
Connection.Builder.authorizationType(ConnectionAuthorizationType authorizationType) |
The authorization type specified for the connection.
|
static Connection.Builder |
Connection.builder() |
|
Connection.Builder |
Connection.Builder.connectionArn(String connectionArn) |
The ARN of the connection.
|
Connection.Builder |
Connection.Builder.connectionState(String connectionState) |
The state of the connection.
|
Connection.Builder |
Connection.Builder.connectionState(ConnectionState connectionState) |
The state of the connection.
|
Connection.Builder |
Connection.Builder.creationTime(Instant creationTime) |
A time stamp for the time that the connection was created.
|
Connection.Builder |
Connection.Builder.lastAuthorizedTime(Instant lastAuthorizedTime) |
A time stamp for the time that the connection was last authorized.
|
Connection.Builder |
Connection.Builder.lastModifiedTime(Instant lastModifiedTime) |
A time stamp for the time that the connection was last modified.
|
Connection.Builder |
Connection.Builder.name(String name) |
The name of the connection.
|
Connection.Builder |
Connection.Builder.stateReason(String stateReason) |
The reason that the connection is in the connection state.
|
Connection.Builder |
Connection.toBuilder() |
|