Class UpdatePodIdentityAssociationRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.eks.model.EksRequest
-
- software.amazon.awssdk.services.eks.model.UpdatePodIdentityAssociationRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdatePodIdentityAssociationRequest.Builder,UpdatePodIdentityAssociationRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdatePodIdentityAssociationRequest extends EksRequest implements ToCopyableBuilder<UpdatePodIdentityAssociationRequest.Builder,UpdatePodIdentityAssociationRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdatePodIdentityAssociationRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringassociationId()The ID of the association to be updated.static UpdatePodIdentityAssociationRequest.Builderbuilder()StringclientRequestToken()A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.StringclusterName()The name of the cluster that you want to update the association in.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringroleArn()The new IAM role to change theMap<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends UpdatePodIdentityAssociationRequest.Builder>serializableBuilderClass()UpdatePodIdentityAssociationRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
clusterName
public final String clusterName()
The name of the cluster that you want to update the association in.
- Returns:
- The name of the cluster that you want to update the association in.
-
associationId
public final String associationId()
The ID of the association to be updated.
- Returns:
- The ID of the association to be updated.
-
roleArn
public final String roleArn()
The new IAM role to change the
- Returns:
- The new IAM role to change the
-
clientRequestToken
public final String clientRequestToken()
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
- Returns:
- A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
toBuilder
public UpdatePodIdentityAssociationRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdatePodIdentityAssociationRequest.Builder,UpdatePodIdentityAssociationRequest>- Specified by:
toBuilderin classEksRequest
-
builder
public static UpdatePodIdentityAssociationRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdatePodIdentityAssociationRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-