Interface ListSourceViewsForBillingViewRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BillingRequest.Builder,Buildable,CopyableBuilder<ListSourceViewsForBillingViewRequest.Builder,ListSourceViewsForBillingViewRequest>,SdkBuilder<ListSourceViewsForBillingViewRequest.Builder,ListSourceViewsForBillingViewRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListSourceViewsForBillingViewRequest
public static interface ListSourceViewsForBillingViewRequest.Builder extends BillingRequest.Builder, SdkPojo, CopyableBuilder<ListSourceViewsForBillingViewRequest.Builder,ListSourceViewsForBillingViewRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSourceViewsForBillingViewRequest.Builderarn(String arn)The Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.ListSourceViewsForBillingViewRequest.BuildermaxResults(Integer maxResults)The number of entries a paginated response contains.ListSourceViewsForBillingViewRequest.BuildernextToken(String nextToken)The pagination token that is used on subsequent calls to list billing views.ListSourceViewsForBillingViewRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSourceViewsForBillingViewRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.billing.model.BillingRequest.Builder
build
-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
arn
ListSourceViewsForBillingViewRequest.Builder arn(String arn)
The Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.
- Parameters:
arn- The Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListSourceViewsForBillingViewRequest.Builder maxResults(Integer maxResults)
The number of entries a paginated response contains.
- Parameters:
maxResults- The number of entries a paginated response contains.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListSourceViewsForBillingViewRequest.Builder nextToken(String nextToken)
The pagination token that is used on subsequent calls to list billing views.
- Parameters:
nextToken- The pagination token that is used on subsequent calls to list billing views.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListSourceViewsForBillingViewRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListSourceViewsForBillingViewRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-