CreateLinkResponse.Builder |
CreateLinkResponse.Builder.arn(String arn) |
The ARN of the link that is newly created.
|
static CreateLinkResponse.Builder |
CreateLinkResponse.builder() |
|
CreateLinkResponse.Builder |
CreateLinkResponse.Builder.id(String id) |
The random ID string that Amazon Web Services generated as part of the link ARN.
|
CreateLinkResponse.Builder |
CreateLinkResponse.Builder.label(String label) |
The label that you assigned to this link.
|
CreateLinkResponse.Builder |
CreateLinkResponse.Builder.labelTemplate(String labelTemplate) |
The exact label template that you specified, with the variables not resolved.
|
default CreateLinkResponse.Builder |
CreateLinkResponse.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.
|
CreateLinkResponse.Builder |
CreateLinkResponse.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.
|
CreateLinkResponse.Builder |
CreateLinkResponse.Builder.resourceTypes(String... resourceTypes) |
The resource types supported by this link.
|
CreateLinkResponse.Builder |
CreateLinkResponse.Builder.resourceTypes(Collection<String> resourceTypes) |
The resource types supported by this link.
|
CreateLinkResponse.Builder |
CreateLinkResponse.Builder.sinkArn(String sinkArn) |
The ARN of the sink that is used for this link.
|
CreateLinkResponse.Builder |
CreateLinkResponse.Builder.tags(Map<String,String> tags) |
The tags assigned to the link.
|
CreateLinkResponse.Builder |
CreateLinkResponse.toBuilder() |
|