public static interface UpdateListRequest.Builder extends FraudDetectorRequest.Builder, SdkPojo, CopyableBuilder<UpdateListRequest.Builder,UpdateListRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateListRequest.Builder |
description(String description)
The new description.
|
UpdateListRequest.Builder |
elements(Collection<String> elements)
One or more list elements to add or replace.
|
UpdateListRequest.Builder |
elements(String... elements)
One or more list elements to add or replace.
|
UpdateListRequest.Builder |
name(String name)
The name of the list to update.
|
UpdateListRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateListRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateListRequest.Builder |
updateMode(ListUpdateMode updateMode)
The update mode (type).
|
UpdateListRequest.Builder |
updateMode(String updateMode)
The update mode (type).
|
UpdateListRequest.Builder |
variableType(String variableType)
The variable type you want to assign to the list.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateListRequest.Builder name(String name)
The name of the list to update.
name - The name of the list to update.UpdateListRequest.Builder elements(Collection<String> elements)
One or more list elements to add or replace. If you are providing the elements, make sure to specify the
updateMode to use.
If you are deleting all elements from the list, use REPLACE for the updateMode and
provide an empty list (0 elements).
elements - One or more list elements to add or replace. If you are providing the elements, make sure to specify
the updateMode to use.
If you are deleting all elements from the list, use REPLACE for the
updateMode and provide an empty list (0 elements).
UpdateListRequest.Builder elements(String... elements)
One or more list elements to add or replace. If you are providing the elements, make sure to specify the
updateMode to use.
If you are deleting all elements from the list, use REPLACE for the updateMode and
provide an empty list (0 elements).
elements - One or more list elements to add or replace. If you are providing the elements, make sure to specify
the updateMode to use.
If you are deleting all elements from the list, use REPLACE for the
updateMode and provide an empty list (0 elements).
UpdateListRequest.Builder description(String description)
The new description.
description - The new description.UpdateListRequest.Builder updateMode(String updateMode)
The update mode (type).
Use APPEND if you are adding elements to the list.
Use REPLACE if you replacing existing elements in the list.
Use REMOVE if you are removing elements from the list.
updateMode - The update mode (type).
Use APPEND if you are adding elements to the list.
Use REPLACE if you replacing existing elements in the list.
Use REMOVE if you are removing elements from the list.
ListUpdateMode,
ListUpdateModeUpdateListRequest.Builder updateMode(ListUpdateMode updateMode)
The update mode (type).
Use APPEND if you are adding elements to the list.
Use REPLACE if you replacing existing elements in the list.
Use REMOVE if you are removing elements from the list.
updateMode - The update mode (type).
Use APPEND if you are adding elements to the list.
Use REPLACE if you replacing existing elements in the list.
Use REMOVE if you are removing elements from the list.
ListUpdateMode,
ListUpdateModeUpdateListRequest.Builder variableType(String variableType)
The variable type you want to assign to the list.
You cannot update a variable type of a list that already has a variable type assigned to it. You can assign a variable type to a list only if the list does not already have a variable type.
variableType - The variable type you want to assign to the list. You cannot update a variable type of a list that already has a variable type assigned to it. You can assign a variable type to a list only if the list does not already have a variable type.
UpdateListRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateListRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.