| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudtrail.model |
| Modifier and Type | Method and Description |
|---|---|
static AdvancedFieldSelector.Builder |
AdvancedFieldSelector.builder() |
AdvancedFieldSelector.Builder |
AdvancedFieldSelector.Builder.endsWith(Collection<String> endsWith)
Sets the value of the EndsWith property for this object.
|
AdvancedFieldSelector.Builder |
AdvancedFieldSelector.Builder.endsWith(String... endsWith)
Sets the value of the EndsWith property for this object.
|
AdvancedFieldSelector.Builder |
AdvancedFieldSelector.Builder.equalsValue(Collection<String> equals)
Sets the value of the Equals property for this object.
|
AdvancedFieldSelector.Builder |
AdvancedFieldSelector.Builder.equalsValue(String... equals)
Sets the value of the Equals property for this object.
|
AdvancedFieldSelector.Builder |
AdvancedFieldSelector.Builder.field(String field)
Sets the value of the Field property for this object.
|
AdvancedFieldSelector.Builder |
AdvancedFieldSelector.Builder.notEndsWith(Collection<String> notEndsWith)
Sets the value of the NotEndsWith property for this object.
|
AdvancedFieldSelector.Builder |
AdvancedFieldSelector.Builder.notEndsWith(String... notEndsWith)
Sets the value of the NotEndsWith property for this object.
|
AdvancedFieldSelector.Builder |
AdvancedFieldSelector.Builder.notEquals(Collection<String> notEquals)
Sets the value of the NotEquals property for this object.
|
AdvancedFieldSelector.Builder |
AdvancedFieldSelector.Builder.notEquals(String... notEquals)
Sets the value of the NotEquals property for this object.
|
AdvancedFieldSelector.Builder |
AdvancedFieldSelector.Builder.notStartsWith(Collection<String> notStartsWith)
Sets the value of the NotStartsWith property for this object.
|
AdvancedFieldSelector.Builder |
AdvancedFieldSelector.Builder.notStartsWith(String... notStartsWith)
Sets the value of the NotStartsWith property for this object.
|
AdvancedFieldSelector.Builder |
AdvancedFieldSelector.Builder.startsWith(Collection<String> startsWith)
Sets the value of the StartsWith property for this object.
|
AdvancedFieldSelector.Builder |
AdvancedFieldSelector.Builder.startsWith(String... startsWith)
Sets the value of the StartsWith property for this object.
|
AdvancedFieldSelector.Builder |
AdvancedFieldSelector.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AdvancedFieldSelector.Builder> |
AdvancedFieldSelector.serializableBuilderClass() |
Copyright © 2020. All rights reserved.