GetLinkResponse.Builder |
GetLinkResponse.Builder.arn(String arn) |
The ARN of the link.
|
static GetLinkResponse.Builder |
GetLinkResponse.builder() |
|
GetLinkResponse.Builder |
GetLinkResponse.Builder.id(String id) |
The random ID string that Amazon Web Services generated as part of the link ARN.
|
GetLinkResponse.Builder |
GetLinkResponse.Builder.label(String label) |
The label that you assigned to this link, with the variables resolved to their actual values.
|
GetLinkResponse.Builder |
GetLinkResponse.Builder.labelTemplate(String labelTemplate) |
The exact label template that was specified when the link was created, with the template variables not
resolved.
|
default GetLinkResponse.Builder |
GetLinkResponse.Builder.linkConfiguration(Consumer<LinkConfiguration.Builder> linkConfiguration) |
This structure includes filters that specify which metric namespaces and which log groups are shared from the
source account to the monitoring account.
|
GetLinkResponse.Builder |
GetLinkResponse.Builder.linkConfiguration(LinkConfiguration linkConfiguration) |
This structure includes filters that specify which metric namespaces and which log groups are shared from the
source account to the monitoring account.
|
GetLinkResponse.Builder |
GetLinkResponse.Builder.resourceTypes(String... resourceTypes) |
The resource types supported by this link.
|
GetLinkResponse.Builder |
GetLinkResponse.Builder.resourceTypes(Collection<String> resourceTypes) |
The resource types supported by this link.
|
GetLinkResponse.Builder |
GetLinkResponse.Builder.sinkArn(String sinkArn) |
The ARN of the sink that is used for this link.
|
GetLinkResponse.Builder |
GetLinkResponse.Builder.tags(Map<String,String> tags) |
The tags assigned to the link.
|
GetLinkResponse.Builder |
GetLinkResponse.toBuilder() |
|