Interface CreateBillingViewResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,BillingResponse.Builder,Buildable,CopyableBuilder<CreateBillingViewResponse.Builder,CreateBillingViewResponse>,SdkBuilder<CreateBillingViewResponse.Builder,CreateBillingViewResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateBillingViewResponse
public static interface CreateBillingViewResponse.Builder extends BillingResponse.Builder, SdkPojo, CopyableBuilder<CreateBillingViewResponse.Builder,CreateBillingViewResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateBillingViewResponse.Builderarn(String arn)The Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.CreateBillingViewResponse.BuildercreatedAt(Instant createdAt)The time when the billing view was created.-
Methods inherited from interface software.amazon.awssdk.services.billing.model.BillingResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
arn
CreateBillingViewResponse.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.
-
createdAt
CreateBillingViewResponse.Builder createdAt(Instant createdAt)
The time when the billing view was created.
- Parameters:
createdAt- The time when the billing view was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-