| Package | Description |
|---|---|
| software.amazon.awssdk.services.eventbridge.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeConnectionResponse.Builder |
DescribeConnectionResponse.Builder.authorizationType(ConnectionAuthorizationType authorizationType)
The type of authorization specified for the connection.
|
DescribeConnectionResponse.Builder |
DescribeConnectionResponse.Builder.authorizationType(String authorizationType)
The type of authorization specified for the connection.
|
DescribeConnectionResponse.Builder |
DescribeConnectionResponse.Builder.authParameters(ConnectionAuthResponseParameters authParameters)
The parameters to use for authorization for the connection.
|
default DescribeConnectionResponse.Builder |
DescribeConnectionResponse.Builder.authParameters(Consumer<ConnectionAuthResponseParameters.Builder> authParameters)
The parameters to use for authorization for the connection.
|
static DescribeConnectionResponse.Builder |
DescribeConnectionResponse.builder() |
DescribeConnectionResponse.Builder |
DescribeConnectionResponse.Builder.connectionArn(String connectionArn)
The ARN of the connection retrieved.
|
DescribeConnectionResponse.Builder |
DescribeConnectionResponse.Builder.connectionState(ConnectionState connectionState)
The state of the connection retrieved.
|
DescribeConnectionResponse.Builder |
DescribeConnectionResponse.Builder.connectionState(String connectionState)
The state of the connection retrieved.
|
DescribeConnectionResponse.Builder |
DescribeConnectionResponse.Builder.creationTime(Instant creationTime)
A time stamp for the time that the connection was created.
|
DescribeConnectionResponse.Builder |
DescribeConnectionResponse.Builder.description(String description)
The description for the connection retrieved.
|
DescribeConnectionResponse.Builder |
DescribeConnectionResponse.Builder.lastAuthorizedTime(Instant lastAuthorizedTime)
A time stamp for the time that the connection was last authorized.
|
DescribeConnectionResponse.Builder |
DescribeConnectionResponse.Builder.lastModifiedTime(Instant lastModifiedTime)
A time stamp for the time that the connection was last modified.
|
DescribeConnectionResponse.Builder |
DescribeConnectionResponse.Builder.name(String name)
The name of the connection retrieved.
|
DescribeConnectionResponse.Builder |
DescribeConnectionResponse.Builder.secretArn(String secretArn)
The ARN of the secret created from the authorization parameters specified for the connection.
|
DescribeConnectionResponse.Builder |
DescribeConnectionResponse.Builder.stateReason(String stateReason)
The reason that the connection is in the current connection state.
|
DescribeConnectionResponse.Builder |
DescribeConnectionResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeConnectionResponse.Builder> |
DescribeConnectionResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.