Interface UpdateEksAnywhereSubscriptionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateEksAnywhereSubscriptionRequest.Builder,UpdateEksAnywhereSubscriptionRequest>,EksRequest.Builder,SdkBuilder<UpdateEksAnywhereSubscriptionRequest.Builder,UpdateEksAnywhereSubscriptionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateEksAnywhereSubscriptionRequest
public static interface UpdateEksAnywhereSubscriptionRequest.Builder extends EksRequest.Builder, SdkPojo, CopyableBuilder<UpdateEksAnywhereSubscriptionRequest.Builder,UpdateEksAnywhereSubscriptionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateEksAnywhereSubscriptionRequest.BuilderautoRenew(Boolean autoRenew)A boolean indicating whether or not to automatically renew the subscription.UpdateEksAnywhereSubscriptionRequest.BuilderclientRequestToken(String clientRequestToken)Unique, case-sensitive identifier to ensure the idempotency of the request.UpdateEksAnywhereSubscriptionRequest.Builderid(String id)The ID of the subscription.UpdateEksAnywhereSubscriptionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateEksAnywhereSubscriptionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.eks.model.EksRequest.Builder
build
-
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
-
id
UpdateEksAnywhereSubscriptionRequest.Builder id(String id)
The ID of the subscription.
- Parameters:
id- The ID of the subscription.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoRenew
UpdateEksAnywhereSubscriptionRequest.Builder autoRenew(Boolean autoRenew)
A boolean indicating whether or not to automatically renew the subscription.
- Parameters:
autoRenew- A boolean indicating whether or not to automatically renew the subscription.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientRequestToken
UpdateEksAnywhereSubscriptionRequest.Builder clientRequestToken(String clientRequestToken)
Unique, case-sensitive identifier to ensure the idempotency of the request.
- Parameters:
clientRequestToken- Unique, case-sensitive identifier to ensure the idempotency of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateEksAnywhereSubscriptionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateEksAnywhereSubscriptionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-