@Generated(value="software.amazon.awssdk:codegen") public final class Connector extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Connector.Builder,Connector>
Modifier and Type | Class and Description |
---|---|
static interface |
Connector.Builder |
Modifier and Type | Method and Description |
---|---|
static Connector.Builder |
builder() |
String |
connectorArn()
The ARN of the connector.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
A descriptive or arbitrary ID for the connector.
|
Map<String,String> |
parameters()
The parameters or configuration that the connector uses.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Connector.Builder> |
serializableBuilderClass() |
Connector.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String connectorArn()
public String id()
public Map<String,String> parameters()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public Connector.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Connector.Builder,Connector>
public static Connector.Builder builder()
public static Class<? extends Connector.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.