@Generated(value="software.amazon.awssdk:codegen") public final class ProviderProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProviderProperties.Builder,ProviderProperties>
An object containing the providerServiceARN, intermediateSourceConfiguration, and
providerConfiguration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProviderProperties.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ProviderProperties.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
IntermediateSourceConfiguration |
intermediateSourceConfiguration()
The Amazon S3 location that temporarily stores your data while it processes.
|
Document |
providerConfiguration()
The required configuration fields to use with the provider service.
|
String |
providerServiceArn()
The ARN of the provider service.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ProviderProperties.Builder> |
serializableBuilderClass() |
ProviderProperties.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final IntermediateSourceConfiguration intermediateSourceConfiguration()
The Amazon S3 location that temporarily stores your data while it processes. Your information won't be saved permanently.
public final Document providerConfiguration()
The required configuration fields to use with the provider service.
public final String providerServiceArn()
The ARN of the provider service.
public ProviderProperties.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ProviderProperties.Builder,ProviderProperties>public static ProviderProperties.Builder builder()
public static Class<? extends ProviderProperties.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.