Interface UpdateAccessEntryResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateAccessEntryResponse.Builder,,UpdateAccessEntryResponse> EksResponse.Builder,SdkBuilder<UpdateAccessEntryResponse.Builder,,UpdateAccessEntryResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdateAccessEntryResponse
public static interface UpdateAccessEntryResponse.Builder
extends EksResponse.Builder, SdkPojo, CopyableBuilder<UpdateAccessEntryResponse.Builder,UpdateAccessEntryResponse>
-
Method Summary
Modifier and TypeMethodDescriptionaccessEntry(Consumer<AccessEntry.Builder> accessEntry) The ARN of the IAM principal for theAccessEntry.accessEntry(AccessEntry accessEntry) The ARN of the IAM principal for theAccessEntry.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.eks.model.EksResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
accessEntry
The ARN of the IAM principal for the
AccessEntry.- Parameters:
accessEntry- The ARN of the IAM principal for theAccessEntry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accessEntry
The ARN of the IAM principal for the
This is a convenience method that creates an instance of theAccessEntry.AccessEntry.Builderavoiding the need to create one manually viaAccessEntry.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toaccessEntry(AccessEntry).- Parameters:
accessEntry- a consumer that will call methods onAccessEntry.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-