@NotThreadSafe public static final class ImmutableDescribeConnectorConfigurationRequest.Builder extends Object
ImmutableDescribeConnectorConfigurationRequest.
Initialize attributes and then invoke the build() method to create an
immutable instance.
Builder is not thread-safe and generally should not be stored in a field or collection,
but instead used immediately to create instances.
| Modifier and Type | Method and Description |
|---|---|
ImmutableDescribeConnectorConfigurationRequest |
build()
Builds a new
ImmutableDescribeConnectorConfigurationRequest. |
ImmutableDescribeConnectorConfigurationRequest.Builder |
connectorLabel(String connectorLabel)
Initializes the value for the
connectorLabel attribute. |
ImmutableDescribeConnectorConfigurationRequest.Builder |
from(DescribeConnectorConfigurationRequest instance)
Fill a builder with attribute values from the provided
DescribeConnectorConfigurationRequest instance. |
ImmutableDescribeConnectorConfigurationRequest.Builder |
locale(String locale)
Initializes the value for the
locale attribute. |
public final ImmutableDescribeConnectorConfigurationRequest.Builder from(DescribeConnectorConfigurationRequest instance)
DescribeConnectorConfigurationRequest instance.
Regular attribute values will be replaced with those from the given instance.
Absent optional values will not replace present values.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final ImmutableDescribeConnectorConfigurationRequest.Builder locale(String locale)
locale attribute.
If not set, this attribute will have a default value as returned by the initializer of locale.
locale - The value for localethis builder for use in a chained invocationpublic final ImmutableDescribeConnectorConfigurationRequest.Builder connectorLabel(@Nullable String connectorLabel)
connectorLabel attribute.connectorLabel - The value for connectorLabel (can be null)this builder for use in a chained invocationpublic ImmutableDescribeConnectorConfigurationRequest build()
ImmutableDescribeConnectorConfigurationRequest.IllegalStateException - if any required attributes are missingCopyright © 2021–2022 Amazon Web Services. All rights reserved.