@NotThreadSafe public static final class ImmutableListConnectorEntitiesTestConfiguration.Builder extends Object
ImmutableListConnectorEntitiesTestConfiguration.
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.
@CanIgnoreReturnValue public final ImmutableListConnectorEntitiesTestConfiguration.Builder from(ListConnectorEntitiesTestConfiguration instance)
ListConnectorEntitiesTestConfiguration 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 invocation@CanIgnoreReturnValue public final ImmutableListConnectorEntitiesTestConfiguration.Builder entitiesPath(String entitiesPath)
entitiesPath to entitiesPath.entitiesPath - The value for entitiesPaththis builder for chained invocation@CanIgnoreReturnValue public final ImmutableListConnectorEntitiesTestConfiguration.Builder entitiesPath(Optional<String> entitiesPath)
entitiesPath to entitiesPath.entitiesPath - The value for entitiesPaththis builder for use in a chained invocation@CanIgnoreReturnValue public final ImmutableListConnectorEntitiesTestConfiguration.Builder validationFileName(String validationFileName)
validationFileName to validationFileName.validationFileName - The value for validationFileNamethis builder for chained invocation@CanIgnoreReturnValue public final ImmutableListConnectorEntitiesTestConfiguration.Builder validationFileName(Optional<String> validationFileName)
validationFileName to validationFileName.validationFileName - The value for validationFileNamethis builder for use in a chained invocation@CanIgnoreReturnValue public final ImmutableListConnectorEntitiesTestConfiguration.Builder profileName(String profileName)
profileName to profileName.profileName - The value for profileNamethis builder for chained invocation@CanIgnoreReturnValue public final ImmutableListConnectorEntitiesTestConfiguration.Builder profileName(Optional<String> profileName)
profileName to profileName.profileName - The value for profileNamethis builder for use in a chained invocation@CanIgnoreReturnValue public final ImmutableListConnectorEntitiesTestConfiguration.Builder testName(String testName)
testName to testName.testName - The value for testNamethis builder for chained invocation@CanIgnoreReturnValue public final ImmutableListConnectorEntitiesTestConfiguration.Builder testName(Optional<String> testName)
testName to testName.testName - The value for testNamethis builder for use in a chained invocation@CanIgnoreReturnValue public final ImmutableListConnectorEntitiesTestConfiguration.Builder apiVersion(String apiVersion)
apiVersion to apiVersion.apiVersion - The value for apiVersionthis builder for chained invocation@CanIgnoreReturnValue public final ImmutableListConnectorEntitiesTestConfiguration.Builder apiVersion(Optional<String> apiVersion)
apiVersion to apiVersion.apiVersion - The value for apiVersionthis builder for use in a chained invocationpublic ImmutableListConnectorEntitiesTestConfiguration build()
ImmutableListConnectorEntitiesTestConfiguration.IllegalStateException - if any required attributes are missingCopyright © 2021–2022 Amazon Web Services. All rights reserved.