Interface ListFleetsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CodeBuildResponse.Builder
,CopyableBuilder<ListFleetsResponse.Builder,
,ListFleetsResponse> SdkBuilder<ListFleetsResponse.Builder,
,ListFleetsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListFleetsResponse
public static interface ListFleetsResponse.Builder
extends CodeBuildResponse.Builder, SdkPojo, CopyableBuilder<ListFleetsResponse.Builder,ListFleetsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe list of compute fleet names.fleets
(Collection<String> fleets) The list of compute fleet names.If there are more than 100 items in the list, only the first 100 items are returned, along with a unique string called a nextToken.Methods inherited from interface software.amazon.awssdk.services.codebuild.model.CodeBuildResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
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 Details
-
nextToken
If there are more than 100 items in the list, only the first 100 items are returned, along with a unique string called a nextToken. To get the next batch of items in the list, call this operation again, adding the next token to the call.
- Parameters:
nextToken
- If there are more than 100 items in the list, only the first 100 items are returned, along with a unique string called a nextToken. To get the next batch of items in the list, call this operation again, adding the next token to the call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fleets
The list of compute fleet names.
- Parameters:
fleets
- The list of compute fleet names.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fleets
The list of compute fleet names.
- Parameters:
fleets
- The list of compute fleet names.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-