@Generated(value="software.amazon.awssdk:codegen") public final class SpekeKeyProvider extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SpekeKeyProvider.Builder,SpekeKeyProvider>
Modifier and Type | Class and Description |
---|---|
static interface |
SpekeKeyProvider.Builder |
Modifier and Type | Method and Description |
---|---|
static SpekeKeyProvider.Builder |
builder() |
String |
certificateArn()
Optional AWS Certificate Manager ARN for a certificate to send to the keyprovider.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
resourceId()
The SPEKE-compliant server uses Resource ID (ResourceId) to identify content.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SpekeKeyProvider.Builder> |
serializableBuilderClass() |
List<String> |
systemIds()
Relates to SPEKE implementation.
|
SpekeKeyProvider.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
url()
Use URL (Url) to specify the SPEKE-compliant server that will provide keys for content.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String certificateArn()
public String resourceId()
public List<String> systemIds()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public String url()
public SpekeKeyProvider.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<SpekeKeyProvider.Builder,SpekeKeyProvider>
public static SpekeKeyProvider.Builder builder()
public static Class<? extends SpekeKeyProvider.Builder> serializableBuilderClass()
public String toString()
Copyright © 2019. All rights reserved.