| Package | Description |
|---|---|
| software.amazon.awssdk.services.oam.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateLinkResponse.Builder |
UpdateLinkResponse.Builder.arn(String arn)
The ARN of the link that you have updated.
|
static UpdateLinkResponse.Builder |
UpdateLinkResponse.builder() |
UpdateLinkResponse.Builder |
UpdateLinkResponse.Builder.id(String id)
The random ID string that Amazon Web Services generated as part of the sink ARN.
|
UpdateLinkResponse.Builder |
UpdateLinkResponse.Builder.label(String label)
The label assigned to this link, with the variables resolved to their actual values.
|
UpdateLinkResponse.Builder |
UpdateLinkResponse.Builder.labelTemplate(String labelTemplate)
The exact label template that was specified when the link was created, with the template variables not
resolved.
|
UpdateLinkResponse.Builder |
UpdateLinkResponse.Builder.resourceTypes(Collection<String> resourceTypes)
The resource types now supported by this link.
|
UpdateLinkResponse.Builder |
UpdateLinkResponse.Builder.resourceTypes(String... resourceTypes)
The resource types now supported by this link.
|
UpdateLinkResponse.Builder |
UpdateLinkResponse.Builder.sinkArn(String sinkArn)
The ARN of the sink that is used for this link.
|
UpdateLinkResponse.Builder |
UpdateLinkResponse.Builder.tags(Map<String,String> tags)
The tags assigned to the link.
|
UpdateLinkResponse.Builder |
UpdateLinkResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateLinkResponse.Builder> |
UpdateLinkResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.