Interface DescribeEntitlementsRequest.Builder
-
- All Superinterfaces:
AppStreamRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<DescribeEntitlementsRequest.Builder,DescribeEntitlementsRequest>,SdkBuilder<DescribeEntitlementsRequest.Builder,DescribeEntitlementsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeEntitlementsRequest
public static interface DescribeEntitlementsRequest.Builder extends AppStreamRequest.Builder, SdkPojo, CopyableBuilder<DescribeEntitlementsRequest.Builder,DescribeEntitlementsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeEntitlementsRequest.BuildermaxResults(Integer maxResults)The maximum size of each page of results.DescribeEntitlementsRequest.Buildername(String name)The name of the entitlement.DescribeEntitlementsRequest.BuildernextToken(String nextToken)The pagination token used to retrieve the next page of results for this operation.DescribeEntitlementsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeEntitlementsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeEntitlementsRequest.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
-
name
DescribeEntitlementsRequest.Builder name(String name)
The name of the entitlement.
- Parameters:
name- The name of the entitlement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stackName
DescribeEntitlementsRequest.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.
-
nextToken
DescribeEntitlementsRequest.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
DescribeEntitlementsRequest.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
DescribeEntitlementsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeEntitlementsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-