public class GlacierJobParameters extends Object implements Serializable
| Constructor and Description |
|---|
GlacierJobParameters() |
| Modifier and Type | Method and Description |
|---|---|
String |
getTier() |
void |
setTier(String tier)
Sets Glacier retrieval tier at which the restore will be processed.
|
void |
setTier(Tier tier)
Sets Glacier retrieval tier at which the restore will be processed.
|
GlacierJobParameters |
withTier(String tier)
Sets Glacier retrieval tier at which the restore will be processed.
|
GlacierJobParameters |
withTier(Tier tier)
Sets Glacier retrieval tier at which the restore will be processed.
|
public String getTier()
public void setTier(String tier)
tier - New tier valuepublic void setTier(Tier tier)
tier - New tier enum value.public GlacierJobParameters withTier(String tier)
tier - New tier value.public GlacierJobParameters withTier(Tier tier)
tier - New tier enum value.Copyright © 2025. All rights reserved.