static CreateLinkRequest.Builder |
CreateLinkRequest.builder() |
|
CreateLinkRequest.Builder |
CreateLinkRequest.Builder.labelTemplate(String labelTemplate) |
Specify a friendly human-readable name to use to identify this source account when you are viewing data from
it in the monitoring account.
|
default CreateLinkRequest.Builder |
CreateLinkRequest.Builder.linkConfiguration(Consumer<LinkConfiguration.Builder> linkConfiguration) |
Use this structure to optionally create filters that specify that only some metric namespaces or log groups
are to be shared from the source account to the monitoring account.
|
CreateLinkRequest.Builder |
CreateLinkRequest.Builder.linkConfiguration(LinkConfiguration linkConfiguration) |
Use this structure to optionally create filters that specify that only some metric namespaces or log groups
are to be shared from the source account to the monitoring account.
|
CreateLinkRequest.Builder |
CreateLinkRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateLinkRequest.Builder |
CreateLinkRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateLinkRequest.Builder |
CreateLinkRequest.Builder.resourceTypes(Collection<ResourceType> resourceTypes) |
An array of strings that define which types of data that the source account shares with the monitoring
account.
|
CreateLinkRequest.Builder |
CreateLinkRequest.Builder.resourceTypes(ResourceType... resourceTypes) |
An array of strings that define which types of data that the source account shares with the monitoring
account.
|
CreateLinkRequest.Builder |
CreateLinkRequest.Builder.resourceTypesWithStrings(String... resourceTypes) |
An array of strings that define which types of data that the source account shares with the monitoring
account.
|
CreateLinkRequest.Builder |
CreateLinkRequest.Builder.resourceTypesWithStrings(Collection<String> resourceTypes) |
An array of strings that define which types of data that the source account shares with the monitoring
account.
|
CreateLinkRequest.Builder |
CreateLinkRequest.Builder.sinkIdentifier(String sinkIdentifier) |
The ARN of the sink to use to create this link.
|
CreateLinkRequest.Builder |
CreateLinkRequest.Builder.tags(Map<String,String> tags) |
Assigns one or more tags (key-value pairs) to the link.
|
CreateLinkRequest.Builder |
CreateLinkRequest.toBuilder() |
|