Interface GetSubscriptionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CodeCatalystResponse.Builder
,CopyableBuilder<GetSubscriptionResponse.Builder,
,GetSubscriptionResponse> SdkBuilder<GetSubscriptionResponse.Builder,
,GetSubscriptionResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetSubscriptionResponse
public static interface GetSubscriptionResponse.Builder
extends CodeCatalystResponse.Builder, SdkPojo, CopyableBuilder<GetSubscriptionResponse.Builder,GetSubscriptionResponse>
-
Method Summary
Modifier and TypeMethodDescriptionawsAccountName
(String awsAccountName) The display name of the Amazon Web Services account used for billing for the space.subscriptionType
(String subscriptionType) The type of the billing plan for the space.Methods inherited from interface software.amazon.awssdk.services.codecatalyst.model.CodeCatalystResponse.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, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
subscriptionType
The type of the billing plan for the space.
- Parameters:
subscriptionType
- The type of the billing plan for the space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsAccountName
The display name of the Amazon Web Services account used for billing for the space.
- Parameters:
awsAccountName
- The display name of the Amazon Web Services account used for billing for the space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-