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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateAccessEntryResponse.BuilderaccessEntry(Consumer<AccessEntry.Builder> accessEntry)The ARN of the IAM principal for theAccessEntry.UpdateAccessEntryResponse.BuilderaccessEntry(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 Detail
-
accessEntry
UpdateAccessEntryResponse.Builder accessEntry(AccessEntry 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
default UpdateAccessEntryResponse.Builder accessEntry(Consumer<AccessEntry.Builder> 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:
accessEntry(AccessEntry)
-
-