Uses of Interface
software.amazon.awssdk.services.glue.model.CreateUsageProfileRequest.Builder
-
Packages that use CreateUsageProfileRequest.Builder Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.model -
-
Uses of CreateUsageProfileRequest.Builder in software.amazon.awssdk.services.glue
Method parameters in software.amazon.awssdk.services.glue with type arguments of type CreateUsageProfileRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateUsageProfileResponse>GlueAsyncClient. createUsageProfile(Consumer<CreateUsageProfileRequest.Builder> createUsageProfileRequest)Creates an Glue usage profile.default CreateUsageProfileResponseGlueClient. createUsageProfile(Consumer<CreateUsageProfileRequest.Builder> createUsageProfileRequest)Creates an Glue usage profile. -
Uses of CreateUsageProfileRequest.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return CreateUsageProfileRequest.Builder Modifier and Type Method Description static CreateUsageProfileRequest.BuilderCreateUsageProfileRequest. builder()default CreateUsageProfileRequest.BuilderCreateUsageProfileRequest.Builder. configuration(Consumer<ProfileConfiguration.Builder> configuration)AProfileConfigurationobject specifying the job and session values for the profile.CreateUsageProfileRequest.BuilderCreateUsageProfileRequest.Builder. configuration(ProfileConfiguration configuration)AProfileConfigurationobject specifying the job and session values for the profile.CreateUsageProfileRequest.BuilderCreateUsageProfileRequest.Builder. description(String description)A description of the usage profile.CreateUsageProfileRequest.BuilderCreateUsageProfileRequest.Builder. name(String name)The name of the usage profile.CreateUsageProfileRequest.BuilderCreateUsageProfileRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateUsageProfileRequest.BuilderCreateUsageProfileRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateUsageProfileRequest.BuilderCreateUsageProfileRequest.Builder. tags(Map<String,String> tags)A list of tags applied to the usage profile.CreateUsageProfileRequest.BuilderCreateUsageProfileRequest. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type CreateUsageProfileRequest.Builder Modifier and Type Method Description static Class<? extends CreateUsageProfileRequest.Builder>CreateUsageProfileRequest. serializableBuilderClass()
-