aws-databrew-job/src/main/java/software/amazon/databrew/job/ClientBuilder.java [12:25]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public static DataBrewClient getClient() {
        if (client == null) {
            client = DataBrewClient.builder()
                    .httpClient(LambdaWrapper.HTTP_CLIENT)
                    .overrideConfiguration(
                            ClientOverrideConfiguration.builder()
                                    .apiCallAttemptTimeout(Duration.ofSeconds(28))
                                    .build()
                    )
                    .build();
        }

        return client;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



aws-databrew-project/src/main/java/software/amazon/databrew/project/ClientBuilder.java [12:25]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public static DataBrewClient getClient() {
        if (client == null) {
            client = DataBrewClient.builder()
                    .httpClient(LambdaWrapper.HTTP_CLIENT)
                    .overrideConfiguration(
                            ClientOverrideConfiguration.builder()
                                    .apiCallAttemptTimeout(Duration.ofSeconds(28))
                                    .build()
                    )
                    .build();
        }

        return client;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



aws-databrew-schedule/src/main/java/software/amazon/databrew/schedule/ClientBuilder.java [12:25]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public static DataBrewClient getClient() {
        if (client == null) {
            client = DataBrewClient.builder()
                    .httpClient(LambdaWrapper.HTTP_CLIENT)
                    .overrideConfiguration(
                            ClientOverrideConfiguration.builder()
                                    .apiCallAttemptTimeout(Duration.ofSeconds(28))
                                    .build()
                    )
                    .build();
        }

        return client;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



aws-databrew-recipe/src/main/java/software/amazon/databrew/recipe/ClientBuilder.java [12:25]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public static DataBrewClient getClient() {
        if (client == null) {
            client = DataBrewClient.builder()
                    .httpClient(LambdaWrapper.HTTP_CLIENT)
                    .overrideConfiguration(
                            ClientOverrideConfiguration.builder()
                                    .apiCallAttemptTimeout(Duration.ofSeconds(28))
                                    .build()
                    )
                    .build();
        }

        return client;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



aws-databrew-dataset/src/main/java/software/amazon/databrew/dataset/ClientBuilder.java [12:25]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public static DataBrewClient getClient() {
        if (client == null) {
            client = DataBrewClient.builder()
                    .httpClient(LambdaWrapper.HTTP_CLIENT)
                    .overrideConfiguration(
                            ClientOverrideConfiguration.builder()
                                    .apiCallAttemptTimeout(Duration.ofSeconds(28))
                                    .build()
                    )
                    .build();
        }

        return client;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



aws-databrew-ruleset/src/main/java/software/amazon/databrew/ruleset/ClientBuilder.java [12:25]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public static DataBrewClient getClient() {
        if (client == null) {
            client = DataBrewClient.builder()
                    .httpClient(LambdaWrapper.HTTP_CLIENT)
                    .overrideConfiguration(
                            ClientOverrideConfiguration.builder()
                                    .apiCallAttemptTimeout(Duration.ofSeconds(28))
                                    .build()
                    )
                    .build();
        }

        return client;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



