Uses of Interface
software.amazon.awssdk.services.apigateway.model.SdkType.Builder
-
Packages that use SdkType.Builder Package Description software.amazon.awssdk.services.apigateway.model -
-
Uses of SdkType.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return SdkType.Builder Modifier and Type Method Description static SdkType.BuilderSdkType. builder()SdkType.BuilderSdkType.Builder. configurationProperties(Collection<SdkConfigurationProperty> configurationProperties)A list of configuration properties of an SdkType.SdkType.BuilderSdkType.Builder. configurationProperties(Consumer<SdkConfigurationProperty.Builder>... configurationProperties)A list of configuration properties of an SdkType.SdkType.BuilderSdkType.Builder. configurationProperties(SdkConfigurationProperty... configurationProperties)A list of configuration properties of an SdkType.SdkType.BuilderSdkType.Builder. description(String description)The description of an SdkType.SdkType.BuilderSdkType.Builder. friendlyName(String friendlyName)The user-friendly name of an SdkType instance.SdkType.BuilderSdkType.Builder. id(String id)The identifier of an SdkType instance.SdkType.BuilderSdkType. toBuilder()Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type SdkType.Builder Modifier and Type Method Description static Class<? extends SdkType.Builder>SdkType. serializableBuilderClass()
-