Interface ListSmartHomeAppliancesRequest.Builder
-
- All Superinterfaces:
AlexaForBusinessRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<ListSmartHomeAppliancesRequest.Builder,ListSmartHomeAppliancesRequest>,SdkBuilder<ListSmartHomeAppliancesRequest.Builder,ListSmartHomeAppliancesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListSmartHomeAppliancesRequest
public static interface ListSmartHomeAppliancesRequest.Builder extends AlexaForBusinessRequest.Builder, SdkPojo, CopyableBuilder<ListSmartHomeAppliancesRequest.Builder,ListSmartHomeAppliancesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSmartHomeAppliancesRequest.BuildermaxResults(Integer maxResults)The maximum number of appliances to be returned, per paginated calls.ListSmartHomeAppliancesRequest.BuildernextToken(String nextToken)The tokens used for pagination.ListSmartHomeAppliancesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSmartHomeAppliancesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListSmartHomeAppliancesRequest.BuilderroomArn(String roomArn)The room that the appliances are associated with.-
Methods inherited from interface software.amazon.awssdk.services.alexaforbusiness.model.AlexaForBusinessRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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
-
-
-
-
Method Detail
-
roomArn
ListSmartHomeAppliancesRequest.Builder roomArn(String roomArn)
The room that the appliances are associated with.
- Parameters:
roomArn- The room that the appliances are associated with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListSmartHomeAppliancesRequest.Builder maxResults(Integer maxResults)
The maximum number of appliances to be returned, per paginated calls.
- Parameters:
maxResults- The maximum number of appliances to be returned, per paginated calls.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListSmartHomeAppliancesRequest.Builder nextToken(String nextToken)
The tokens used for pagination.
- Parameters:
nextToken- The tokens used for pagination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListSmartHomeAppliancesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListSmartHomeAppliancesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-