static UpdateLinkRequest.Builder |
UpdateLinkRequest.builder() |
|
UpdateLinkRequest.Builder |
UpdateLinkRequest.Builder.identifier(String identifier) |
The ARN of the link that you want to update.
|
default UpdateLinkRequest.Builder |
UpdateLinkRequest.Builder.linkConfiguration(Consumer<LinkConfiguration.Builder> linkConfiguration) |
Use this structure to filter which metric namespaces and which log groups are to be shared from the source
account to the monitoring account.
|
UpdateLinkRequest.Builder |
UpdateLinkRequest.Builder.linkConfiguration(LinkConfiguration linkConfiguration) |
Use this structure to filter which metric namespaces and which log groups are to be shared from the source
account to the monitoring account.
|
UpdateLinkRequest.Builder |
UpdateLinkRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateLinkRequest.Builder |
UpdateLinkRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateLinkRequest.Builder |
UpdateLinkRequest.Builder.resourceTypes(Collection<ResourceType> resourceTypes) |
An array of strings that define which types of data that the source account will send to the monitoring
account.
|
UpdateLinkRequest.Builder |
UpdateLinkRequest.Builder.resourceTypes(ResourceType... resourceTypes) |
An array of strings that define which types of data that the source account will send to the monitoring
account.
|
UpdateLinkRequest.Builder |
UpdateLinkRequest.Builder.resourceTypesWithStrings(String... resourceTypes) |
An array of strings that define which types of data that the source account will send to the monitoring
account.
|
UpdateLinkRequest.Builder |
UpdateLinkRequest.Builder.resourceTypesWithStrings(Collection<String> resourceTypes) |
An array of strings that define which types of data that the source account will send to the monitoring
account.
|
UpdateLinkRequest.Builder |
UpdateLinkRequest.toBuilder() |
|