Interface Options.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Options.Builder,Options>,SdkBuilder<Options.Builder,Options>,SdkPojo
- Enclosing class:
- Options
public static interface Options.Builder extends SdkPojo, CopyableBuilder<Options.Builder,Options>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Options.BuilderactivationOverrideBehavior(String activationOverrideBehavior)An activation option for your grant that determines the behavior of activating a grant.Options.BuilderactivationOverrideBehavior(ActivationOverrideBehavior activationOverrideBehavior)An activation option for your grant that determines the behavior of activating a grant.-
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, sdkFields
-
-
-
-
Method Detail
-
activationOverrideBehavior
Options.Builder activationOverrideBehavior(String 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
ACTIVEfor theStatusparameter.-
As a license administrator, you can optionally specify an
ActivationOverrideBehaviorwhen activating a grant. -
As a grantor, you can optionally specify an
ActivationOverrideBehaviorwhen 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.
- DISTRIBUTED_GRANTS_ONLY
-
Use this value to activate a grant without replacing any member account’s active grants for the same product.
- ALL_GRANTS_PERMITTED_BY_ISSUER
-
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.
- Parameters:
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 ofACTIVEfor theStatusparameter.-
As a license administrator, you can optionally specify an
ActivationOverrideBehaviorwhen activating a grant. -
As a grantor, you can optionally specify an
ActivationOverrideBehaviorwhen 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.
- DISTRIBUTED_GRANTS_ONLY
-
Use this value to activate a grant without replacing any member account’s active grants for the same product.
- ALL_GRANTS_PERMITTED_BY_ISSUER
-
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ActivationOverrideBehavior,ActivationOverrideBehavior
-
-
activationOverrideBehavior
Options.Builder activationOverrideBehavior(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
ACTIVEfor theStatusparameter.-
As a license administrator, you can optionally specify an
ActivationOverrideBehaviorwhen activating a grant. -
As a grantor, you can optionally specify an
ActivationOverrideBehaviorwhen 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.
- DISTRIBUTED_GRANTS_ONLY
-
Use this value to activate a grant without replacing any member account’s active grants for the same product.
- ALL_GRANTS_PERMITTED_BY_ISSUER
-
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.
- Parameters:
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 ofACTIVEfor theStatusparameter.-
As a license administrator, you can optionally specify an
ActivationOverrideBehaviorwhen activating a grant. -
As a grantor, you can optionally specify an
ActivationOverrideBehaviorwhen 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.
- DISTRIBUTED_GRANTS_ONLY
-
Use this value to activate a grant without replacing any member account’s active grants for the same product.
- ALL_GRANTS_PERMITTED_BY_ISSUER
-
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ActivationOverrideBehavior,ActivationOverrideBehavior
-
-
-