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