public static interface DashboardSearchFilter.Builder extends SdkPojo, CopyableBuilder<DashboardSearchFilter.Builder,DashboardSearchFilter>
| Modifier and Type | Method and Description |
|---|---|
DashboardSearchFilter.Builder |
name(DashboardFilterAttribute name)
The name of the value that you want to use as a filter.
|
DashboardSearchFilter.Builder |
name(String name)
The name of the value that you want to use as a filter.
|
DashboardSearchFilter.Builder |
operator(FilterOperator operator)
The comparison operator that you want to use as a filter.
|
DashboardSearchFilter.Builder |
operator(String operator)
The comparison operator that you want to use as a filter.
|
DashboardSearchFilter.Builder |
value(String value)
The value of the named item, in this case
QUICKSIGHT_USER, that you want to use as a filter. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDashboardSearchFilter.Builder operator(String operator)
The comparison operator that you want to use as a filter. For example,
"Operator": "StringEquals".
operator - The comparison operator that you want to use as a filter. For example,
"Operator": "StringEquals".FilterOperator,
FilterOperatorDashboardSearchFilter.Builder operator(FilterOperator operator)
The comparison operator that you want to use as a filter. For example,
"Operator": "StringEquals".
operator - The comparison operator that you want to use as a filter. For example,
"Operator": "StringEquals".FilterOperator,
FilterOperatorDashboardSearchFilter.Builder name(String name)
The name of the value that you want to use as a filter. For example, "Name": "QUICKSIGHT_USER".
name - The name of the value that you want to use as a filter. For example,
"Name": "QUICKSIGHT_USER".DashboardFilterAttribute,
DashboardFilterAttributeDashboardSearchFilter.Builder name(DashboardFilterAttribute name)
The name of the value that you want to use as a filter. For example, "Name": "QUICKSIGHT_USER".
name - The name of the value that you want to use as a filter. For example,
"Name": "QUICKSIGHT_USER".DashboardFilterAttribute,
DashboardFilterAttributeDashboardSearchFilter.Builder value(String value)
The value of the named item, in this case QUICKSIGHT_USER, that you want to use as a filter. For
example, "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1".
value - The value of the named item, in this case QUICKSIGHT_USER, that you want to use as a
filter. For example, "Value": "arn:aws:quicksight:us-east-1:1:user/default/UserName1".Copyright © 2020. All rights reserved.