Interface UpdateEntitlementRequest.Builder
-
- All Superinterfaces:
AppStreamRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<UpdateEntitlementRequest.Builder,UpdateEntitlementRequest>,SdkBuilder<UpdateEntitlementRequest.Builder,UpdateEntitlementRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateEntitlementRequest
public static interface UpdateEntitlementRequest.Builder extends AppStreamRequest.Builder, SdkPojo, CopyableBuilder<UpdateEntitlementRequest.Builder,UpdateEntitlementRequest>
-
-
Method Summary
-
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
UpdateEntitlementRequest.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
UpdateEntitlementRequest.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.
-
description
UpdateEntitlementRequest.Builder description(String description)
The description of the entitlement.
- Parameters:
description- The description of the entitlement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appVisibility
UpdateEntitlementRequest.Builder appVisibility(String appVisibility)
Specifies whether all or only selected apps are entitled.
- Parameters:
appVisibility- Specifies whether all or only selected apps are entitled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AppVisibility,AppVisibility
-
appVisibility
UpdateEntitlementRequest.Builder appVisibility(AppVisibility appVisibility)
Specifies whether all or only selected apps are entitled.
- Parameters:
appVisibility- Specifies whether all or only selected apps are entitled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AppVisibility,AppVisibility
-
attributes
UpdateEntitlementRequest.Builder attributes(Collection<EntitlementAttribute> attributes)
The attributes of the entitlement.
- Parameters:
attributes- The attributes of the entitlement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributes
UpdateEntitlementRequest.Builder attributes(EntitlementAttribute... attributes)
The attributes of the entitlement.
- Parameters:
attributes- The attributes of the entitlement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributes
UpdateEntitlementRequest.Builder attributes(Consumer<EntitlementAttribute.Builder>... attributes)
The attributes of the entitlement.
This is a convenience method that creates an instance of theEntitlementAttribute.Builderavoiding the need to create one manually viaEntitlementAttribute.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#attributes(List.) - Parameters:
attributes- a consumer that will call methods onEntitlementAttribute.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#attributes(java.util.Collection)
-
overrideConfiguration
UpdateEntitlementRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateEntitlementRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-