Interface ListEntitledApplicationsRequest.Builder
-
- All Superinterfaces:
AppStreamRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<ListEntitledApplicationsRequest.Builder,ListEntitledApplicationsRequest>,SdkBuilder<ListEntitledApplicationsRequest.Builder,ListEntitledApplicationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListEntitledApplicationsRequest
public static interface ListEntitledApplicationsRequest.Builder extends AppStreamRequest.Builder, SdkPojo, CopyableBuilder<ListEntitledApplicationsRequest.Builder,ListEntitledApplicationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListEntitledApplicationsRequest.BuilderentitlementName(String entitlementName)The name of the entitlement.ListEntitledApplicationsRequest.BuildermaxResults(Integer maxResults)The maximum size of each page of results.ListEntitledApplicationsRequest.BuildernextToken(String nextToken)The pagination token used to retrieve the next page of results for this operation.ListEntitledApplicationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListEntitledApplicationsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListEntitledApplicationsRequest.BuilderstackName(String stackName)The name of the stack with which the entitlement is associated.-
Methods inherited from interface software.amazon.awssdk.services.appstream.model.AppStreamRequest.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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
stackName
ListEntitledApplicationsRequest.Builder stackName(String stackName)
The name of the stack with which the entitlement is associated.
- Parameters:
stackName- The name of the stack with which the entitlement is associated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entitlementName
ListEntitledApplicationsRequest.Builder entitlementName(String entitlementName)
The name of the entitlement.
- Parameters:
entitlementName- The name of the entitlement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListEntitledApplicationsRequest.Builder nextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
- Parameters:
nextToken- The pagination token used to retrieve the next page of results for this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListEntitledApplicationsRequest.Builder maxResults(Integer maxResults)
The maximum size of each page of results.
- Parameters:
maxResults- The maximum size of each page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListEntitledApplicationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListEntitledApplicationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-