public static interface ListResourcesAssociatedToCustomLineItemResponseElement.Builder extends SdkPojo, CopyableBuilder<ListResourcesAssociatedToCustomLineItemResponseElement.Builder,ListResourcesAssociatedToCustomLineItemResponseElement>
| Modifier and Type | Method and Description |
|---|---|
ListResourcesAssociatedToCustomLineItemResponseElement.Builder |
arn(String arn)
The ARN of the associated resource.
|
ListResourcesAssociatedToCustomLineItemResponseElement.Builder |
endBillingPeriod(String endBillingPeriod)
The end billing period of the associated resource.
|
ListResourcesAssociatedToCustomLineItemResponseElement.Builder |
relationship(CustomLineItemRelationship relationship)
The type of relationship between the custom line item and the associated resource.
|
ListResourcesAssociatedToCustomLineItemResponseElement.Builder |
relationship(String relationship)
The type of relationship between the custom line item and the associated resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildListResourcesAssociatedToCustomLineItemResponseElement.Builder arn(String arn)
The ARN of the associated resource.
arn - The ARN of the associated resource.ListResourcesAssociatedToCustomLineItemResponseElement.Builder relationship(String relationship)
The type of relationship between the custom line item and the associated resource.
relationship - The type of relationship between the custom line item and the associated resource.CustomLineItemRelationship,
CustomLineItemRelationshipListResourcesAssociatedToCustomLineItemResponseElement.Builder relationship(CustomLineItemRelationship relationship)
The type of relationship between the custom line item and the associated resource.
relationship - The type of relationship between the custom line item and the associated resource.CustomLineItemRelationship,
CustomLineItemRelationshipListResourcesAssociatedToCustomLineItemResponseElement.Builder endBillingPeriod(String endBillingPeriod)
The end billing period of the associated resource.
endBillingPeriod - The end billing period of the associated resource.Copyright © 2023. All rights reserved.