Interface ListApplicationsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CodeDeployResponse.Builder,CopyableBuilder<ListApplicationsResponse.Builder,ListApplicationsResponse>,SdkBuilder<ListApplicationsResponse.Builder,ListApplicationsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListApplicationsResponse
public static interface ListApplicationsResponse.Builder extends CodeDeployResponse.Builder, SdkPojo, CopyableBuilder<ListApplicationsResponse.Builder,ListApplicationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListApplicationsResponse.Builderapplications(String... applications)A list of application names.ListApplicationsResponse.Builderapplications(Collection<String> applications)A list of application names.ListApplicationsResponse.BuildernextToken(String nextToken)If a large amount of information is returned, an identifier is also returned.-
Methods inherited from interface software.amazon.awssdk.services.codedeploy.model.CodeDeployResponse.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 Detail
-
applications
ListApplicationsResponse.Builder applications(Collection<String> applications)
A list of application names.
- Parameters:
applications- A list of application names.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applications
ListApplicationsResponse.Builder applications(String... applications)
A list of application names.
- Parameters:
applications- A list of application names.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListApplicationsResponse.Builder nextToken(String nextToken)
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications in the list.
- Parameters:
nextToken- If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent list applications call to return the next set of applications in the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-