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.
|
default UpdateLinkResponse.Builder |
UpdateLinkResponse.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.
|
UpdateLinkResponse.Builder |
UpdateLinkResponse.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.
|
UpdateLinkResponse.Builder |
UpdateLinkResponse.Builder.resourceTypes(String... resourceTypes) |
The resource types now supported by this link.
|
UpdateLinkResponse.Builder |
UpdateLinkResponse.Builder.resourceTypes(Collection<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() |
|