public static interface CreateEntitlementRequest.Builder extends AppStreamRequest.Builder, SdkPojo, CopyableBuilder<CreateEntitlementRequest.Builder,CreateEntitlementRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateEntitlementRequest.Builder name(String name)
The name of the entitlement.
name - The name of the entitlement.CreateEntitlementRequest.Builder stackName(String stackName)
The name of the stack with which the entitlement is associated.
stackName - The name of the stack with which the entitlement is associated.CreateEntitlementRequest.Builder description(String description)
The description of the entitlement.
description - The description of the entitlement.CreateEntitlementRequest.Builder appVisibility(String appVisibility)
Specifies whether all or selected apps are entitled.
appVisibility - Specifies whether all or selected apps are entitled.AppVisibility,
AppVisibilityCreateEntitlementRequest.Builder appVisibility(AppVisibility appVisibility)
Specifies whether all or selected apps are entitled.
appVisibility - Specifies whether all or selected apps are entitled.AppVisibility,
AppVisibilityCreateEntitlementRequest.Builder attributes(Collection<EntitlementAttribute> attributes)
The attributes of the entitlement.
attributes - The attributes of the entitlement.CreateEntitlementRequest.Builder attributes(EntitlementAttribute... attributes)
The attributes of the entitlement.
attributes - The attributes of the entitlement.CreateEntitlementRequest.Builder attributes(Consumer<EntitlementAttribute.Builder>... attributes)
The attributes of the entitlement.
This is a convenience method that creates an instance of theEntitlementAttribute.Builder avoiding the need to
create one manually via
EntitlementAttribute.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #attributes(List.
attributes - a consumer that will call methods on
EntitlementAttribute.Builder#attributes(java.util.Collection) CreateEntitlementRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateEntitlementRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.