| Package | Description |
|---|---|
| com.amazonaws.services.batch.model |
| Modifier and Type | Method and Description |
|---|---|
ShareAttributes |
ShareAttributes.clone() |
ShareAttributes |
ShareAttributes.withShareIdentifier(String shareIdentifier)
A fair share identifier or fair share identifier prefix.
|
ShareAttributes |
ShareAttributes.withWeightFactor(Float weightFactor)
The weight factor for the fair share identifier.
|
| Modifier and Type | Method and Description |
|---|---|
List<ShareAttributes> |
FairsharePolicy.getShareDistribution()
An array of
SharedIdentifier objects that contain the weights for the fair share identifiers for the
fair share policy. |
| Modifier and Type | Method and Description |
|---|---|
FairsharePolicy |
FairsharePolicy.withShareDistribution(ShareAttributes... shareDistribution)
An array of
SharedIdentifier objects that contain the weights for the fair share identifiers for the
fair share policy. |
| Modifier and Type | Method and Description |
|---|---|
void |
FairsharePolicy.setShareDistribution(Collection<ShareAttributes> shareDistribution)
An array of
SharedIdentifier objects that contain the weights for the fair share identifiers for the
fair share policy. |
FairsharePolicy |
FairsharePolicy.withShareDistribution(Collection<ShareAttributes> shareDistribution)
An array of
SharedIdentifier objects that contain the weights for the fair share identifiers for the
fair share policy. |
Copyright © 2022. All rights reserved.