Interface ListAssociatedStacksResponse.Builder
-
- All Superinterfaces:
AppStreamResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<ListAssociatedStacksResponse.Builder,ListAssociatedStacksResponse>,SdkBuilder<ListAssociatedStacksResponse.Builder,ListAssociatedStacksResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListAssociatedStacksResponse
public static interface ListAssociatedStacksResponse.Builder extends AppStreamResponse.Builder, SdkPojo, CopyableBuilder<ListAssociatedStacksResponse.Builder,ListAssociatedStacksResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAssociatedStacksResponse.Buildernames(String... names)The name of the stack.ListAssociatedStacksResponse.Buildernames(Collection<String> names)The name of the stack.ListAssociatedStacksResponse.BuildernextToken(String nextToken)The pagination token to use to retrieve the next page of results for this operation.-
Methods inherited from interface software.amazon.awssdk.services.appstream.model.AppStreamResponse.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
-
names
ListAssociatedStacksResponse.Builder names(Collection<String> names)
The name of the stack.
- Parameters:
names- The name of the stack.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
names
ListAssociatedStacksResponse.Builder names(String... names)
The name of the stack.
- Parameters:
names- The name of the stack.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListAssociatedStacksResponse.Builder nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
- Parameters:
nextToken- The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-