Class ServiceClientConfigurationUtils
java.lang.Object
software.amazon.awssdk.codegen.poet.model.ServiceClientConfigurationUtils
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsoftware.amazon.awssdk.codegen.poet.model.ServiceClientConfigurationUtils.FieldBuilder
fieldBuilder
(String name, com.squareup.javapoet.TypeName type) software.amazon.awssdk.codegen.poet.model.ServiceClientConfigurationUtils.FieldBuilder
fieldBuilder
(String name, Class<?> type) com.squareup.javapoet.ClassName
Returns theClassName
of the builder for the service client configuration class.com.squareup.javapoet.ClassName
Returns theClassName
of the service client configuration class.Returns the list of fields present in the service client configuration class with its correspondingClientOption
mapping to theSdkClientConfiguration
class.
-
Constructor Details
-
ServiceClientConfigurationUtils
-
-
Method Details
-
serviceClientConfigurationClassName
public com.squareup.javapoet.ClassName serviceClientConfigurationClassName()Returns theClassName
of the service client configuration class. -
serviceClientConfigurationBuilderClassName
public com.squareup.javapoet.ClassName serviceClientConfigurationBuilderClassName()Returns theClassName
of the builder for the service client configuration class. -
serviceClientConfigurationFields
Returns the list of fields present in the service client configuration class with its correspondingClientOption
mapping to theSdkClientConfiguration
class. -
fieldBuilder
public software.amazon.awssdk.codegen.poet.model.ServiceClientConfigurationUtils.FieldBuilder fieldBuilder(String name, com.squareup.javapoet.TypeName type) -
fieldBuilder
-