public static interface ConnectionSummary.Builder extends SdkPojo, CopyableBuilder<ConnectionSummary.Builder,ConnectionSummary>
| Modifier and Type | Method and Description |
|---|---|
ConnectionSummary.Builder |
connectionArn(String connectionArn)
The Amazon Resource Name (ARN) of this connection.
|
ConnectionSummary.Builder |
connectionName(String connectionName)
The customer-provided connection name.
|
ConnectionSummary.Builder |
createdAt(Instant createdAt)
The App Runner connection creation time, expressed as a Unix time stamp.
|
ConnectionSummary.Builder |
providerType(ProviderType providerType)
The source repository provider.
|
ConnectionSummary.Builder |
providerType(String providerType)
The source repository provider.
|
ConnectionSummary.Builder |
status(ConnectionStatus status)
The current state of the App Runner connection.
|
ConnectionSummary.Builder |
status(String status)
The current state of the App Runner connection.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConnectionSummary.Builder connectionName(String connectionName)
The customer-provided connection name.
connectionName - The customer-provided connection name.ConnectionSummary.Builder connectionArn(String connectionArn)
The Amazon Resource Name (ARN) of this connection.
connectionArn - The Amazon Resource Name (ARN) of this connection.ConnectionSummary.Builder providerType(String providerType)
The source repository provider.
providerType - The source repository provider.ProviderType,
ProviderTypeConnectionSummary.Builder providerType(ProviderType providerType)
The source repository provider.
providerType - The source repository provider.ProviderType,
ProviderTypeConnectionSummary.Builder status(String status)
The current state of the App Runner connection. When the state is AVAILABLE, you can use the
connection to create an App Runner service.
status - The current state of the App Runner connection. When the state is AVAILABLE, you can use
the connection to create an App Runner service.ConnectionStatus,
ConnectionStatusConnectionSummary.Builder status(ConnectionStatus status)
The current state of the App Runner connection. When the state is AVAILABLE, you can use the
connection to create an App Runner service.
status - The current state of the App Runner connection. When the state is AVAILABLE, you can use
the connection to create an App Runner service.ConnectionStatus,
ConnectionStatusConnectionSummary.Builder createdAt(Instant createdAt)
The App Runner connection creation time, expressed as a Unix time stamp.
createdAt - The App Runner connection creation time, expressed as a Unix time stamp.Copyright © 2023. All rights reserved.