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