Interface UpdateAccessEntryResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateAccessEntryResponse.Builder,
,UpdateAccessEntryResponse> EksResponse.Builder
,SdkBuilder<UpdateAccessEntryResponse.Builder,
,UpdateAccessEntryResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateAccessEntryResponse
@Mutable
@NotThreadSafe
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
copy
Methods inherited from interface software.amazon.awssdk.services.eks.model.EksResponse.Builder
build, responseMetadata, responseMetadata
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 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.Builder
avoiding the need to create one manually viaAccessEntry.builder()
.When the
Consumer
completes,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:
-