| Package | Description |
|---|---|
| software.amazon.awssdk.services.codestarconnections.model |
| Modifier and Type | Method and Description |
|---|---|
static CreateConnectionResponse.Builder |
CreateConnectionResponse.builder() |
CreateConnectionResponse.Builder |
CreateConnectionResponse.Builder.connectionArn(String connectionArn)
The Amazon Resource Name (ARN) of the connection to be created.
|
CreateConnectionResponse.Builder |
CreateConnectionResponse.Builder.tags(Collection<Tag> tags)
Specifies the tags applied to the resource.
|
CreateConnectionResponse.Builder |
CreateConnectionResponse.Builder.tags(Consumer<Tag.Builder>... tags)
Specifies the tags applied to the resource.
|
CreateConnectionResponse.Builder |
CreateConnectionResponse.Builder.tags(Tag... tags)
Specifies the tags applied to the resource.
|
CreateConnectionResponse.Builder |
CreateConnectionResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateConnectionResponse.Builder> |
CreateConnectionResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.