public static interface ListManagedEndpointsRequest.Builder extends EmrContainersRequest.Builder, SdkPojo, CopyableBuilder<ListManagedEndpointsRequest.Builder,ListManagedEndpointsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListManagedEndpointsRequest.Builder virtualClusterId(String virtualClusterId)
The ID of the virtual cluster.
virtualClusterId - The ID of the virtual cluster.ListManagedEndpointsRequest.Builder createdBefore(Instant createdBefore)
The date and time before which the endpoints are created.
createdBefore - The date and time before which the endpoints are created.ListManagedEndpointsRequest.Builder createdAfter(Instant createdAfter)
The date and time after which the endpoints are created.
createdAfter - The date and time after which the endpoints are created.ListManagedEndpointsRequest.Builder types(Collection<String> types)
The types of the managed endpoints.
types - The types of the managed endpoints.ListManagedEndpointsRequest.Builder types(String... types)
The types of the managed endpoints.
types - The types of the managed endpoints.ListManagedEndpointsRequest.Builder statesWithStrings(Collection<String> states)
The states of the managed endpoints.
states - The states of the managed endpoints.ListManagedEndpointsRequest.Builder statesWithStrings(String... states)
The states of the managed endpoints.
states - The states of the managed endpoints.ListManagedEndpointsRequest.Builder states(Collection<EndpointState> states)
The states of the managed endpoints.
states - The states of the managed endpoints.ListManagedEndpointsRequest.Builder states(EndpointState... states)
The states of the managed endpoints.
states - The states of the managed endpoints.ListManagedEndpointsRequest.Builder maxResults(Integer maxResults)
The maximum number of managed endpoints that can be listed.
maxResults - The maximum number of managed endpoints that can be listed.ListManagedEndpointsRequest.Builder nextToken(String nextToken)
The token for the next set of managed endpoints to return.
nextToken - The token for the next set of managed endpoints to return.ListManagedEndpointsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListManagedEndpointsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.