public static interface CreateLinkRequest.Builder extends OamRequest.Builder, SdkPojo, CopyableBuilder<CreateLinkRequest.Builder,CreateLinkRequest>
| Modifier and Type | Method and Description |
|---|---|
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.
|
CreateLinkRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateLinkRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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 |
resourceTypes(ResourceType... resourceTypes)
An array of strings that define which types of data that the source account shares with the monitoring
account.
|
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 |
resourceTypesWithStrings(String... resourceTypes)
An array of strings that define which types of data that the source account shares with the monitoring
account.
|
CreateLinkRequest.Builder |
sinkIdentifier(String sinkIdentifier)
The ARN of the sink to use to create this link.
|
CreateLinkRequest.Builder |
tags(Map<String,String> tags)
Assigns one or more tags (key-value pairs) to the link.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateLinkRequest.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.
You can use a custom label or use the following variables:
$AccountName is the name of the account
$AccountEmail is the globally unique email address of the account
$AccountEmailNoDomain is the email address of the account without the domain name
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.
You can use a custom label or use the following variables:
$AccountName is the name of the account
$AccountEmail is the globally unique email address of the account
$AccountEmailNoDomain is the email address of the account without the domain name
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.
resourceTypes - An array of strings that define which types of data that the source account shares with the monitoring
account.CreateLinkRequest.Builder resourceTypesWithStrings(String... resourceTypes)
An array of strings that define which types of data that the source account shares with the monitoring account.
resourceTypes - An array of strings that define which types of data that the source account shares with the monitoring
account.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.
resourceTypes - An array of strings that define which types of data that the source account shares with the monitoring
account.CreateLinkRequest.Builder resourceTypes(ResourceType... resourceTypes)
An array of strings that define which types of data that the source account shares with the monitoring account.
resourceTypes - An array of strings that define which types of data that the source account shares with the monitoring
account.CreateLinkRequest.Builder sinkIdentifier(String sinkIdentifier)
The ARN of the sink to use to create this link. You can use ListSinks to find the ARNs of sinks.
For more information about sinks, see CreateSink.
sinkIdentifier - The ARN of the sink to use to create this link. You can use ListSinks to find
the ARNs of sinks.
For more information about sinks, see CreateSink.
CreateLinkRequest.Builder tags(Map<String,String> tags)
Assigns one or more tags (key-value pairs) to the link.
Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values.
For more information about using tags to control access, see Controlling access to Amazon Web Services resources using tags.
tags - Assigns one or more tags (key-value pairs) to the link.
Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values.
For more information about using tags to control access, see Controlling access to Amazon Web Services resources using tags.
CreateLinkRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateLinkRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.