Interface ListAppInstanceBotsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ChimeSdkIdentityResponse.Builder,CopyableBuilder<ListAppInstanceBotsResponse.Builder,ListAppInstanceBotsResponse>,SdkBuilder<ListAppInstanceBotsResponse.Builder,ListAppInstanceBotsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListAppInstanceBotsResponse
public static interface ListAppInstanceBotsResponse.Builder extends ChimeSdkIdentityResponse.Builder, SdkPojo, CopyableBuilder<ListAppInstanceBotsResponse.Builder,ListAppInstanceBotsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAppInstanceBotsResponse.BuilderappInstanceArn(String appInstanceArn)The ARN of the AppInstance.ListAppInstanceBotsResponse.BuilderappInstanceBots(Collection<AppInstanceBotSummary> appInstanceBots)The information for each requestedAppInstanceBot.ListAppInstanceBotsResponse.BuilderappInstanceBots(Consumer<AppInstanceBotSummary.Builder>... appInstanceBots)The information for each requestedAppInstanceBot.ListAppInstanceBotsResponse.BuilderappInstanceBots(AppInstanceBotSummary... appInstanceBots)The information for each requestedAppInstanceBot.ListAppInstanceBotsResponse.BuildernextToken(String nextToken)The token passed by previous API calls until all requested bots are returned.-
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
-
appInstanceArn
ListAppInstanceBotsResponse.Builder appInstanceArn(String appInstanceArn)
The ARN of the AppInstance.
- Parameters:
appInstanceArn- The ARN of the AppInstance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appInstanceBots
ListAppInstanceBotsResponse.Builder appInstanceBots(Collection<AppInstanceBotSummary> appInstanceBots)
The information for each requested
AppInstanceBot.- Parameters:
appInstanceBots- The information for each requestedAppInstanceBot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appInstanceBots
ListAppInstanceBotsResponse.Builder appInstanceBots(AppInstanceBotSummary... appInstanceBots)
The information for each requested
AppInstanceBot.- Parameters:
appInstanceBots- The information for each requestedAppInstanceBot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appInstanceBots
ListAppInstanceBotsResponse.Builder appInstanceBots(Consumer<AppInstanceBotSummary.Builder>... appInstanceBots)
The information for each requested
This is a convenience method that creates an instance of theAppInstanceBot.AppInstanceBotSummary.Builderavoiding the need to create one manually viaAppInstanceBotSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#appInstanceBots(List.) - Parameters:
appInstanceBots- a consumer that will call methods onAppInstanceBotSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#appInstanceBots(java.util.Collection)
-
nextToken
ListAppInstanceBotsResponse.Builder nextToken(String nextToken)
The token passed by previous API calls until all requested bots are returned.
- Parameters:
nextToken- The token passed by previous API calls until all requested bots are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-