| Package | Description |
|---|---|
| software.amazon.awssdk.services.codestarconnections.model |
| Modifier and Type | Method and Description |
|---|---|
static Connection.Builder |
Connection.builder() |
Connection.Builder |
Connection.Builder.connectionArn(String connectionArn)
The Amazon Resource Name (ARN) of the connection.
|
Connection.Builder |
Connection.Builder.connectionName(String connectionName)
The name of the connection.
|
Connection.Builder |
Connection.Builder.connectionStatus(ConnectionStatus connectionStatus)
The current status of the connection.
|
Connection.Builder |
Connection.Builder.connectionStatus(String connectionStatus)
The current status of the connection.
|
Connection.Builder |
Connection.Builder.hostArn(String hostArn)
The Amazon Resource Name (ARN) of the host associated with the connection.
|
Connection.Builder |
Connection.Builder.ownerAccountId(String ownerAccountId)
The identifier of the external provider where your third-party code repository is configured.
|
Connection.Builder |
Connection.Builder.providerType(ProviderType providerType)
The name of the external provider where your third-party code repository is configured.
|
Connection.Builder |
Connection.Builder.providerType(String providerType)
The name of the external provider where your third-party code repository is configured.
|
Connection.Builder |
Connection.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Connection.Builder> |
Connection.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetConnectionResponse.Builder |
GetConnectionResponse.Builder.connection(Consumer<Connection.Builder> connection)
The connection details, such as status, owner, and provider type.
|
Copyright © 2021. All rights reserved.