public static interface ListFargateProfilesResponse.Builder extends EksResponse.Builder, SdkPojo, CopyableBuilder<ListFargateProfilesResponse.Builder,ListFargateProfilesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListFargateProfilesResponse.Builder |
fargateProfileNames(Collection<String> fargateProfileNames)
A list of all of the Fargate profiles associated with the specified cluster.
|
ListFargateProfilesResponse.Builder |
fargateProfileNames(String... fargateProfileNames)
A list of all of the Fargate profiles associated with the specified cluster.
|
ListFargateProfilesResponse.Builder |
nextToken(String nextToken)
The
nextToken value to include in a future ListFargateProfiles request. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFargateProfilesResponse.Builder fargateProfileNames(Collection<String> fargateProfileNames)
A list of all of the Fargate profiles associated with the specified cluster.
fargateProfileNames - A list of all of the Fargate profiles associated with the specified cluster.ListFargateProfilesResponse.Builder fargateProfileNames(String... fargateProfileNames)
A list of all of the Fargate profiles associated with the specified cluster.
fargateProfileNames - A list of all of the Fargate profiles associated with the specified cluster.ListFargateProfilesResponse.Builder nextToken(String nextToken)
The nextToken value to include in a future ListFargateProfiles request. When the
results of a ListFargateProfiles request exceed maxResults, you can use this value
to retrieve the next page of results. This value is null when there are no more results to
return.
nextToken - The nextToken value to include in a future ListFargateProfiles request. When
the results of a ListFargateProfiles request exceed maxResults, you can use
this value to retrieve the next page of results. This value is null when there are no
more results to return.Copyright © 2022. All rights reserved.