Interface Expression.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Expression.Builder,Expression>,SdkBuilder<Expression.Builder,Expression>,SdkPojo
- Enclosing class:
- Expression
public static interface Expression.Builder extends SdkPojo, CopyableBuilder<Expression.Builder,Expression>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Expression.Builderand(Collection<Expression> and)Return results that match bothDimensionobjects.Expression.Builderand(Consumer<Expression.Builder>... and)Return results that match bothDimensionobjects.Expression.Builderand(Expression... and)Return results that match bothDimensionobjects.default Expression.BuildercostCategories(Consumer<CostCategoryValues.Builder> costCategories)The filter that's based onCostCategoryvalues.Expression.BuildercostCategories(CostCategoryValues costCategories)The filter that's based onCostCategoryvalues.default Expression.Builderdimensions(Consumer<DimensionValues.Builder> dimensions)The specificDimensionto use forExpression.Expression.Builderdimensions(DimensionValues dimensions)The specificDimensionto use forExpression.default Expression.Buildernot(Consumer<Expression.Builder> not)Return results that don't match aDimensionobject.Expression.Buildernot(Expression not)Return results that don't match aDimensionobject.Expression.Builderor(Collection<Expression> or)Return results that match eitherDimensionobject.Expression.Builderor(Consumer<Expression.Builder>... or)Return results that match eitherDimensionobject.Expression.Builderor(Expression... or)Return results that match eitherDimensionobject.default Expression.Buildertags(Consumer<TagValues.Builder> tags)The specificTagto use forExpression.Expression.Buildertags(TagValues tags)The specificTagto use forExpression.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
or
Expression.Builder or(Collection<Expression> or)
Return results that match either
Dimensionobject.- Parameters:
or- Return results that match eitherDimensionobject.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
or
Expression.Builder or(Expression... or)
Return results that match either
Dimensionobject.- Parameters:
or- Return results that match eitherDimensionobject.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
or
Expression.Builder or(Consumer<Expression.Builder>... or)
Return results that match either
This is a convenience method that creates an instance of theDimensionobject.Expression.Builderavoiding the need to create one manually viaExpression.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#or(List.) - Parameters:
or- a consumer that will call methods onExpression.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#or(java.util.Collection)
-
and
Expression.Builder and(Collection<Expression> and)
Return results that match both
Dimensionobjects.- Parameters:
and- Return results that match bothDimensionobjects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
and
Expression.Builder and(Expression... and)
Return results that match both
Dimensionobjects.- Parameters:
and- Return results that match bothDimensionobjects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
and
Expression.Builder and(Consumer<Expression.Builder>... and)
Return results that match both
This is a convenience method that creates an instance of theDimensionobjects.Expression.Builderavoiding the need to create one manually viaExpression.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#and(List.) - Parameters:
and- a consumer that will call methods onExpression.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#and(java.util.Collection)
-
not
Expression.Builder not(Expression not)
Return results that don't match a
Dimensionobject.- Parameters:
not- Return results that don't match aDimensionobject.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
not
default Expression.Builder not(Consumer<Expression.Builder> not)
Return results that don't match a
This is a convenience method that creates an instance of theDimensionobject.Expression.Builderavoiding the need to create one manually viaExpression.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tonot(Expression).- Parameters:
not- a consumer that will call methods onExpression.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
not(Expression)
-
dimensions
Expression.Builder dimensions(DimensionValues dimensions)
The specific
Dimensionto use forExpression.- Parameters:
dimensions- The specificDimensionto use forExpression.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dimensions
default Expression.Builder dimensions(Consumer<DimensionValues.Builder> dimensions)
The specific
This is a convenience method that creates an instance of theDimensionto use forExpression.DimensionValues.Builderavoiding the need to create one manually viaDimensionValues.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todimensions(DimensionValues).- Parameters:
dimensions- a consumer that will call methods onDimensionValues.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
dimensions(DimensionValues)
-
tags
Expression.Builder tags(TagValues tags)
The specific
Tagto use forExpression.- Parameters:
tags- The specificTagto use forExpression.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
default Expression.Builder tags(Consumer<TagValues.Builder> tags)
The specific
This is a convenience method that creates an instance of theTagto use forExpression.TagValues.Builderavoiding the need to create one manually viaTagValues.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(TagValues).- Parameters:
tags- a consumer that will call methods onTagValues.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
tags(TagValues)
-
costCategories
Expression.Builder costCategories(CostCategoryValues costCategories)
The filter that's based on
CostCategoryvalues.- Parameters:
costCategories- The filter that's based onCostCategoryvalues.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
costCategories
default Expression.Builder costCategories(Consumer<CostCategoryValues.Builder> costCategories)
The filter that's based on
This is a convenience method that creates an instance of theCostCategoryvalues.CostCategoryValues.Builderavoiding the need to create one manually viaCostCategoryValues.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocostCategories(CostCategoryValues).- Parameters:
costCategories- a consumer that will call methods onCostCategoryValues.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
costCategories(CostCategoryValues)
-
-