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