public static interface UpdateLinkResponse.Builder extends OamResponse.Builder, SdkPojo, CopyableBuilder<UpdateLinkResponse.Builder,UpdateLinkResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateLinkResponse.Builder |
arn(String arn)
The ARN of the link that you have updated.
|
UpdateLinkResponse.Builder |
id(String id)
The random ID string that Amazon Web Services generated as part of the sink ARN.
|
UpdateLinkResponse.Builder |
label(String label)
The label assigned to this link, with the variables resolved to their actual values.
|
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 |
resourceTypes(Collection<String> resourceTypes)
The resource types now supported by this link.
|
UpdateLinkResponse.Builder |
resourceTypes(String... resourceTypes)
The resource types now supported by this link.
|
UpdateLinkResponse.Builder |
sinkArn(String sinkArn)
The ARN of the sink that is used for this link.
|
UpdateLinkResponse.Builder |
tags(Map<String,String> tags)
The tags assigned to the link.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateLinkResponse.Builder arn(String arn)
The ARN of the link that you have updated.
arn - The ARN of the link that you have updated.UpdateLinkResponse.Builder id(String id)
The random ID string that Amazon Web Services generated as part of the sink ARN.
id - The random ID string that Amazon Web Services generated as part of the sink ARN.UpdateLinkResponse.Builder label(String label)
The label assigned to this link, with the variables resolved to their actual values.
label - The label assigned to this link, with the variables resolved to their actual values.UpdateLinkResponse.Builder labelTemplate(String labelTemplate)
The exact label template that was specified when the link was created, with the template variables not resolved.
labelTemplate - The exact label template that was specified when the link was created, with the template variables not
resolved.UpdateLinkResponse.Builder resourceTypes(Collection<String> resourceTypes)
The resource types now supported by this link.
resourceTypes - The resource types now supported by this link.UpdateLinkResponse.Builder resourceTypes(String... resourceTypes)
The resource types now supported by this link.
resourceTypes - The resource types now supported by this link.UpdateLinkResponse.Builder sinkArn(String sinkArn)
The ARN of the sink that is used for this link.
sinkArn - The ARN of the sink that is used for this link.UpdateLinkResponse.Builder tags(Map<String,String> tags)
The tags assigned to the link.
tags - The tags assigned to the link.Copyright © 2023. All rights reserved.