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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListResourcesAssociatedToCustomLineItemResponseElement.Builderarn(String arn)The ARN of the associated resource.ListResourcesAssociatedToCustomLineItemResponseElement.BuilderendBillingPeriod(String endBillingPeriod)The end billing period of the associated resource.ListResourcesAssociatedToCustomLineItemResponseElement.Builderrelationship(String relationship)The type of relationship between the custom line item and the associated resource.ListResourcesAssociatedToCustomLineItemResponseElement.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
-
arn
ListResourcesAssociatedToCustomLineItemResponseElement.Builder arn(String 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
ListResourcesAssociatedToCustomLineItemResponseElement.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
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:
CustomLineItemRelationship,CustomLineItemRelationship
-
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.
-
-