Interface ListOnPremisesInstancesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CodeDeployResponse.Builder,CopyableBuilder<ListOnPremisesInstancesResponse.Builder,ListOnPremisesInstancesResponse>,SdkBuilder<ListOnPremisesInstancesResponse.Builder,ListOnPremisesInstancesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListOnPremisesInstancesResponse
public static interface ListOnPremisesInstancesResponse.Builder extends CodeDeployResponse.Builder, SdkPojo, CopyableBuilder<ListOnPremisesInstancesResponse.Builder,ListOnPremisesInstancesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListOnPremisesInstancesResponse.BuilderinstanceNames(String... instanceNames)The list of matching on-premises instance names.ListOnPremisesInstancesResponse.BuilderinstanceNames(Collection<String> instanceNames)The list of matching on-premises instance names.ListOnPremisesInstancesResponse.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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
instanceNames
ListOnPremisesInstancesResponse.Builder instanceNames(Collection<String> instanceNames)
The list of matching on-premises instance names.
- Parameters:
instanceNames- The list of matching on-premises instance names.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceNames
ListOnPremisesInstancesResponse.Builder instanceNames(String... instanceNames)
The list of matching on-premises instance names.
- Parameters:
instanceNames- The list of matching on-premises instance names.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListOnPremisesInstancesResponse.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 on-premises instances call to return the next set of on-premises instances 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 on-premises instances call to return the next set of on-premises instances in the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-