Uses of Interface
software.amazon.awssdk.services.emrcontainers.model.CreateManagedEndpointResponse.Builder
-
Packages that use CreateManagedEndpointResponse.Builder Package Description software.amazon.awssdk.services.emrcontainers.model -
-
Uses of CreateManagedEndpointResponse.Builder in software.amazon.awssdk.services.emrcontainers.model
Methods in software.amazon.awssdk.services.emrcontainers.model that return CreateManagedEndpointResponse.Builder Modifier and Type Method Description CreateManagedEndpointResponse.BuilderCreateManagedEndpointResponse.Builder. arn(String arn)The output contains the ARN of the managed endpoint.static CreateManagedEndpointResponse.BuilderCreateManagedEndpointResponse. builder()CreateManagedEndpointResponse.BuilderCreateManagedEndpointResponse.Builder. id(String id)The output contains the ID of the managed endpoint.CreateManagedEndpointResponse.BuilderCreateManagedEndpointResponse.Builder. name(String name)The output contains the name of the managed endpoint.CreateManagedEndpointResponse.BuilderCreateManagedEndpointResponse. toBuilder()CreateManagedEndpointResponse.BuilderCreateManagedEndpointResponse.Builder. virtualClusterId(String virtualClusterId)The output contains the ID of the virtual cluster.Methods in software.amazon.awssdk.services.emrcontainers.model that return types with arguments of type CreateManagedEndpointResponse.Builder Modifier and Type Method Description static Class<? extends CreateManagedEndpointResponse.Builder>CreateManagedEndpointResponse. serializableBuilderClass()
-