@Deprecated public class PreSingedPolicyURLInput extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PreSingedPolicyURLInput.PreSingedPolicyURLInputBuilder
Deprecated.
|
| Constructor and Description |
|---|
PreSingedPolicyURLInput()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static PreSingedPolicyURLInput.PreSingedPolicyURLInputBuilder |
builder()
Deprecated.
|
String |
getAlternativeEndpoint()
Deprecated.
|
String |
getBucket()
Deprecated.
|
List<PolicySignatureCondition> |
getConditions()
Deprecated.
|
long |
getExpires()
Deprecated.
|
boolean |
isCustomDomain()
Deprecated.
|
PreSingedPolicyURLInput |
setAlternativeEndpoint(String alternativeEndpoint)
Deprecated.
|
PreSingedPolicyURLInput |
setBucket(String bucket)
Deprecated.
|
PreSingedPolicyURLInput |
setConditions(List<PolicySignatureCondition> conditions)
Deprecated.
|
PreSingedPolicyURLInput |
setCustomDomain(boolean customDomain)
Deprecated.
|
PreSingedPolicyURLInput |
setExpires(long expires)
Deprecated.
|
String |
toString()
Deprecated.
|
public long getExpires()
public PreSingedPolicyURLInput setExpires(long expires)
public List<PolicySignatureCondition> getConditions()
public PreSingedPolicyURLInput setConditions(List<PolicySignatureCondition> conditions)
public String getAlternativeEndpoint()
public PreSingedPolicyURLInput setAlternativeEndpoint(String alternativeEndpoint)
public String getBucket()
public PreSingedPolicyURLInput setBucket(String bucket)
public boolean isCustomDomain()
public PreSingedPolicyURLInput setCustomDomain(boolean customDomain)
public static PreSingedPolicyURLInput.PreSingedPolicyURLInputBuilder builder()
Copyright © 2023. All rights reserved.