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