public static interface UpdateLinkRequest.Builder extends OamRequest.Builder, SdkPojo, CopyableBuilder<UpdateLinkRequest.Builder,UpdateLinkRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateLinkRequest.Builder |
identifier(String identifier)
The ARN of the link that you want to update.
|
UpdateLinkRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateLinkRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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 |
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 |
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 |
resourceTypesWithStrings(String... resourceTypes)
An array of strings that define which types of data that the source account will send to the monitoring
account.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateLinkRequest.Builder identifier(String identifier)
The ARN of the link that you want to update.
identifier - The ARN of the link that you want to update.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.
Your input here replaces the current set of data types that are shared.
resourceTypes - An array of strings that define which types of data that the source account will send to the
monitoring account.
Your input here replaces the current set of data types that are shared.
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.
Your input here replaces the current set of data types that are shared.
resourceTypes - An array of strings that define which types of data that the source account will send to the
monitoring account.
Your input here replaces the current set of data types that are shared.
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.
Your input here replaces the current set of data types that are shared.
resourceTypes - An array of strings that define which types of data that the source account will send to the
monitoring account.
Your input here replaces the current set of data types that are shared.
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.
Your input here replaces the current set of data types that are shared.
resourceTypes - An array of strings that define which types of data that the source account will send to the
monitoring account.
Your input here replaces the current set of data types that are shared.
UpdateLinkRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateLinkRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.