Interface DescribeAccessEntryResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeAccessEntryResponse.Builder,DescribeAccessEntryResponse>,EksResponse.Builder,SdkBuilder<DescribeAccessEntryResponse.Builder,DescribeAccessEntryResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeAccessEntryResponse
public static interface DescribeAccessEntryResponse.Builder extends EksResponse.Builder, SdkPojo, CopyableBuilder<DescribeAccessEntryResponse.Builder,DescribeAccessEntryResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeAccessEntryResponse.BuilderaccessEntry(Consumer<AccessEntry.Builder> accessEntry)Information about the access entry.DescribeAccessEntryResponse.BuilderaccessEntry(AccessEntry accessEntry)Information about the access entry.-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
accessEntry
DescribeAccessEntryResponse.Builder accessEntry(AccessEntry accessEntry)
Information about the access entry.
- Parameters:
accessEntry- Information about the access entry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accessEntry
default DescribeAccessEntryResponse.Builder accessEntry(Consumer<AccessEntry.Builder> accessEntry)
Information about the access entry.
This is a convenience method that creates an instance of theAccessEntry.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)
-
-