Interface ListAppInstancesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ChimeSdkIdentityResponse.Builder,CopyableBuilder<ListAppInstancesResponse.Builder,ListAppInstancesResponse>,SdkBuilder<ListAppInstancesResponse.Builder,ListAppInstancesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListAppInstancesResponse
public static interface ListAppInstancesResponse.Builder extends ChimeSdkIdentityResponse.Builder, SdkPojo, CopyableBuilder<ListAppInstancesResponse.Builder,ListAppInstancesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAppInstancesResponse.BuilderappInstances(Collection<AppInstanceSummary> appInstances)The information for eachAppInstance.ListAppInstancesResponse.BuilderappInstances(Consumer<AppInstanceSummary.Builder>... appInstances)The information for eachAppInstance.ListAppInstancesResponse.BuilderappInstances(AppInstanceSummary... appInstances)The information for eachAppInstance.ListAppInstancesResponse.BuildernextToken(String nextToken)The token passed by previous API requests until the maximum number ofAppInstances is reached.-
Methods inherited from interface software.amazon.awssdk.services.chimesdkidentity.model.ChimeSdkIdentityResponse.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
-
appInstances
ListAppInstancesResponse.Builder appInstances(Collection<AppInstanceSummary> appInstances)
The information for each
AppInstance.- Parameters:
appInstances- The information for eachAppInstance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appInstances
ListAppInstancesResponse.Builder appInstances(AppInstanceSummary... appInstances)
The information for each
AppInstance.- Parameters:
appInstances- The information for eachAppInstance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appInstances
ListAppInstancesResponse.Builder appInstances(Consumer<AppInstanceSummary.Builder>... appInstances)
The information for each
This is a convenience method that creates an instance of theAppInstance.AppInstanceSummary.Builderavoiding the need to create one manually viaAppInstanceSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#appInstances(List.) - Parameters:
appInstances- a consumer that will call methods onAppInstanceSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#appInstances(java.util.Collection)
-
nextToken
ListAppInstancesResponse.Builder nextToken(String nextToken)
The token passed by previous API requests until the maximum number of
AppInstances is reached.- Parameters:
nextToken- The token passed by previous API requests until the maximum number ofAppInstances is reached.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-