@Generated(value="software.amazon.awssdk:codegen") public final class Options extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Options.Builder,Options>
The options you can specify when you create a new version of a grant, such as activation override behavior. For more information, see Granted licenses in License Manager in the License Manager User Guide.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Options.Builder |
| Modifier and Type | Method and Description |
|---|---|
ActivationOverrideBehavior |
activationOverrideBehavior()
An activation option for your grant that determines the behavior of activating a grant.
|
String |
activationOverrideBehaviorAsString()
An activation option for your grant that determines the behavior of activating a grant.
|
static Options.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends Options.Builder> |
serializableBuilderClass() |
Options.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ActivationOverrideBehavior activationOverrideBehavior()
An activation option for your grant that determines the behavior of activating a grant. Activation options can
only be used with granted licenses sourced from the Amazon Web Services Marketplace. Additionally, the operation
must specify the value of ACTIVE for the Status parameter.
As a license administrator, you can optionally specify an ActivationOverrideBehavior when activating
a grant.
As a grantor, you can optionally specify an ActivationOverrideBehavior when you activate a grant for
a grantee account in your organization.
As a grantee, if the grantor creating the distributed grant doesn’t specify an
ActivationOverrideBehavior, you can optionally specify one when you are activating the grant.
Use this value to activate a grant without replacing any member account’s active grants for the same product.
Use this value to activate a grant and disable other active grants in any member accounts for the same product. This action will also replace their previously activated grants with this activated grant.
If the service returns an enum value that is not available in the current SDK version,
activationOverrideBehavior will return ActivationOverrideBehavior.UNKNOWN_TO_SDK_VERSION. The
raw value returned by the service is available from activationOverrideBehaviorAsString().
ACTIVE for the Status
parameter.
As a license administrator, you can optionally specify an ActivationOverrideBehavior when
activating a grant.
As a grantor, you can optionally specify an ActivationOverrideBehavior when you activate a
grant for a grantee account in your organization.
As a grantee, if the grantor creating the distributed grant doesn’t specify an
ActivationOverrideBehavior, you can optionally specify one when you are activating the
grant.
Use this value to activate a grant without replacing any member account’s active grants for the same product.
Use this value to activate a grant and disable other active grants in any member accounts for the same product. This action will also replace their previously activated grants with this activated grant.
ActivationOverrideBehaviorpublic final String activationOverrideBehaviorAsString()
An activation option for your grant that determines the behavior of activating a grant. Activation options can
only be used with granted licenses sourced from the Amazon Web Services Marketplace. Additionally, the operation
must specify the value of ACTIVE for the Status parameter.
As a license administrator, you can optionally specify an ActivationOverrideBehavior when activating
a grant.
As a grantor, you can optionally specify an ActivationOverrideBehavior when you activate a grant for
a grantee account in your organization.
As a grantee, if the grantor creating the distributed grant doesn’t specify an
ActivationOverrideBehavior, you can optionally specify one when you are activating the grant.
Use this value to activate a grant without replacing any member account’s active grants for the same product.
Use this value to activate a grant and disable other active grants in any member accounts for the same product. This action will also replace their previously activated grants with this activated grant.
If the service returns an enum value that is not available in the current SDK version,
activationOverrideBehavior will return ActivationOverrideBehavior.UNKNOWN_TO_SDK_VERSION. The
raw value returned by the service is available from activationOverrideBehaviorAsString().
ACTIVE for the Status
parameter.
As a license administrator, you can optionally specify an ActivationOverrideBehavior when
activating a grant.
As a grantor, you can optionally specify an ActivationOverrideBehavior when you activate a
grant for a grantee account in your organization.
As a grantee, if the grantor creating the distributed grant doesn’t specify an
ActivationOverrideBehavior, you can optionally specify one when you are activating the
grant.
Use this value to activate a grant without replacing any member account’s active grants for the same product.
Use this value to activate a grant and disable other active grants in any member accounts for the same product. This action will also replace their previously activated grants with this activated grant.
ActivationOverrideBehaviorpublic Options.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Options.Builder,Options>public static Options.Builder builder()
public static Class<? extends Options.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.