Interface ListResourcesAssociatedToCustomLineItemResponseElement.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ListResourcesAssociatedToCustomLineItemResponseElement.Builder,
,ListResourcesAssociatedToCustomLineItemResponseElement> SdkBuilder<ListResourcesAssociatedToCustomLineItemResponseElement.Builder,
,ListResourcesAssociatedToCustomLineItemResponseElement> SdkPojo
- Enclosing class:
ListResourcesAssociatedToCustomLineItemResponseElement
public static interface ListResourcesAssociatedToCustomLineItemResponseElement.Builder
extends SdkPojo, CopyableBuilder<ListResourcesAssociatedToCustomLineItemResponseElement.Builder,ListResourcesAssociatedToCustomLineItemResponseElement>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the associated resource.endBillingPeriod
(String endBillingPeriod) The end billing period of the associated resource.relationship
(String relationship) The type of relationship between the custom line item and the associated resource.relationship
(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 Details
-
arn
The ARN of the associated resource.
- Parameters:
arn
- The ARN of the associated resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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:
-
relationship
ListResourcesAssociatedToCustomLineItemResponseElement.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:
-
endBillingPeriod
ListResourcesAssociatedToCustomLineItemResponseElement.Builder endBillingPeriod(String endBillingPeriod) The end billing period of the associated resource.
- Parameters:
endBillingPeriod
- The end billing period of the associated resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-