Interface ListResourcesAssociatedToCustomLineItemFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ListResourcesAssociatedToCustomLineItemFilter.Builder,ListResourcesAssociatedToCustomLineItemFilter>,SdkBuilder<ListResourcesAssociatedToCustomLineItemFilter.Builder,ListResourcesAssociatedToCustomLineItemFilter>,SdkPojo
- Enclosing class:
- ListResourcesAssociatedToCustomLineItemFilter
public static interface ListResourcesAssociatedToCustomLineItemFilter.Builder extends SdkPojo, CopyableBuilder<ListResourcesAssociatedToCustomLineItemFilter.Builder,ListResourcesAssociatedToCustomLineItemFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListResourcesAssociatedToCustomLineItemFilter.Builderrelationship(String relationship)The type of relationship between the custom line item and the associated resource.ListResourcesAssociatedToCustomLineItemFilter.Builderrelationship(CustomLineItemRelationship relationship)The type of relationship between the custom line item and the associated resource.-
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
-
relationship
ListResourcesAssociatedToCustomLineItemFilter.Builder relationship(String relationship)
The type of relationship between the custom line item and the associated resource.
- Parameters:
relationship- The type of relationship between the custom line item and the associated resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CustomLineItemRelationship,CustomLineItemRelationship
-
relationship
ListResourcesAssociatedToCustomLineItemFilter.Builder relationship(CustomLineItemRelationship relationship)
The type of relationship between the custom line item and the associated resource.
- Parameters:
relationship- The type of relationship between the custom line item and the associated resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CustomLineItemRelationship,CustomLineItemRelationship
-
-