Interface ListSandboxesForProjectResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CodeBuildResponse.Builder
,CopyableBuilder<ListSandboxesForProjectResponse.Builder,
,ListSandboxesForProjectResponse> SdkBuilder<ListSandboxesForProjectResponse.Builder,
,ListSandboxesForProjectResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListSandboxesForProjectResponse
@Mutable
@NotThreadSafe
public static interface ListSandboxesForProjectResponse.Builder
extends CodeBuildResponse.Builder, SdkPojo, CopyableBuilder<ListSandboxesForProjectResponse.Builder,ListSandboxesForProjectResponse>
-
Method Summary
Modifier and TypeMethodDescriptionInformation about the requested sandbox IDs.ids
(Collection<String> ids) Information about the requested sandbox IDs.Information about the next token to get paginated results.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
ids
Information about the requested sandbox IDs.
- Parameters:
ids
- Information about the requested sandbox IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ids
Information about the requested sandbox IDs.
- Parameters:
ids
- Information about the requested sandbox IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
Information about the next token to get paginated results.
- Parameters:
nextToken
- Information about the next token to get paginated results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-