Interface UpdateLinkRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateLinkRequest.Builder,
,UpdateLinkRequest> OamRequest.Builder
,SdkBuilder<UpdateLinkRequest.Builder,
,UpdateLinkRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateLinkRequest
-
Method Summary
Modifier and TypeMethodDescriptionidentifier
(String identifier) The ARN of the link that you want to update.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.resourceTypes
(Collection<ResourceType> resourceTypes) An array of strings that define which types of data that the source account will send to the monitoring account.resourceTypes
(ResourceType... resourceTypes) An array of strings that define which types of data that the source account will send to the monitoring account.resourceTypesWithStrings
(String... resourceTypes) An array of strings that define which types of data that the source account will send to the monitoring account.resourceTypesWithStrings
(Collection<String> resourceTypes) An array of strings that define which types of data that the source account will send to the monitoring account.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.oam.model.OamRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
identifier
The ARN of the link that you want to update.
- Parameters:
identifier
- The ARN of the link that you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceTypesWithStrings
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceTypesWithStrings
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateLinkRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateLinkRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-