Interface ListPodIdentityAssociationsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListPodIdentityAssociationsResponse.Builder,ListPodIdentityAssociationsResponse>,EksResponse.Builder,SdkBuilder<ListPodIdentityAssociationsResponse.Builder,ListPodIdentityAssociationsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListPodIdentityAssociationsResponse
public static interface ListPodIdentityAssociationsResponse.Builder extends EksResponse.Builder, SdkPojo, CopyableBuilder<ListPodIdentityAssociationsResponse.Builder,ListPodIdentityAssociationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListPodIdentityAssociationsResponse.Builderassociations(Collection<PodIdentityAssociationSummary> associations)The list of summarized descriptions of the associations that are in the cluster and match any filters that you provided.ListPodIdentityAssociationsResponse.Builderassociations(Consumer<PodIdentityAssociationSummary.Builder>... associations)The list of summarized descriptions of the associations that are in the cluster and match any filters that you provided.ListPodIdentityAssociationsResponse.Builderassociations(PodIdentityAssociationSummary... associations)The list of summarized descriptions of the associations that are in the cluster and match any filters that you provided.ListPodIdentityAssociationsResponse.BuildernextToken(String nextToken)ThenextTokenvalue to include in a futureListPodIdentityAssociationsrequest.-
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
-
associations
ListPodIdentityAssociationsResponse.Builder associations(Collection<PodIdentityAssociationSummary> associations)
The list of summarized descriptions of the associations that are in the cluster and match any filters that you provided.
Each summary is simplified by removing these fields compared to the full
PodIdentityAssociation:-
The IAM role:
roleArn -
The timestamp that the association was created at:
createdAt -
The most recent timestamp that the association was modified at:.
modifiedAt -
The tags on the association:
tags
- Parameters:
associations- The list of summarized descriptions of the associations that are in the cluster and match any filters that you provided.Each summary is simplified by removing these fields compared to the full
PodIdentityAssociation:-
The IAM role:
roleArn -
The timestamp that the association was created at:
createdAt -
The most recent timestamp that the association was modified at:.
modifiedAt -
The tags on the association:
tags
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
associations
ListPodIdentityAssociationsResponse.Builder associations(PodIdentityAssociationSummary... associations)
The list of summarized descriptions of the associations that are in the cluster and match any filters that you provided.
Each summary is simplified by removing these fields compared to the full
PodIdentityAssociation:-
The IAM role:
roleArn -
The timestamp that the association was created at:
createdAt -
The most recent timestamp that the association was modified at:.
modifiedAt -
The tags on the association:
tags
- Parameters:
associations- The list of summarized descriptions of the associations that are in the cluster and match any filters that you provided.Each summary is simplified by removing these fields compared to the full
PodIdentityAssociation:-
The IAM role:
roleArn -
The timestamp that the association was created at:
createdAt -
The most recent timestamp that the association was modified at:.
modifiedAt -
The tags on the association:
tags
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
associations
ListPodIdentityAssociationsResponse.Builder associations(Consumer<PodIdentityAssociationSummary.Builder>... associations)
The list of summarized descriptions of the associations that are in the cluster and match any filters that you provided.
Each summary is simplified by removing these fields compared to the full
PodIdentityAssociation:-
The IAM role:
roleArn -
The timestamp that the association was created at:
createdAt -
The most recent timestamp that the association was modified at:.
modifiedAt -
The tags on the association:
tags
PodIdentityAssociationSummary.Builderavoiding the need to create one manually viaPodIdentityAssociationSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#associations(List.) - Parameters:
associations- a consumer that will call methods onPodIdentityAssociationSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#associations(java.util.Collection)
-
-
nextToken
ListPodIdentityAssociationsResponse.Builder nextToken(String nextToken)
The
nextTokenvalue to include in a futureListPodIdentityAssociationsrequest. When the results of aListPodIdentityAssociationsrequest exceedmaxResults, you can use this value to retrieve the next page of results. This value isnullwhen there are no more results to return.This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
- Parameters:
nextToken- ThenextTokenvalue to include in a futureListPodIdentityAssociationsrequest. When the results of aListPodIdentityAssociationsrequest exceedmaxResults, you can use this value to retrieve the next page of results. This value isnullwhen there are no more results to return.This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-