Interface ListLicenseServerEndpointsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListLicenseServerEndpointsResponse.Builder,ListLicenseServerEndpointsResponse>,LicenseManagerUserSubscriptionsResponse.Builder,SdkBuilder<ListLicenseServerEndpointsResponse.Builder,ListLicenseServerEndpointsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListLicenseServerEndpointsResponse
public static interface ListLicenseServerEndpointsResponse.Builder extends LicenseManagerUserSubscriptionsResponse.Builder, SdkPojo, CopyableBuilder<ListLicenseServerEndpointsResponse.Builder,ListLicenseServerEndpointsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListLicenseServerEndpointsResponse.BuilderlicenseServerEndpoints(Collection<LicenseServerEndpoint> licenseServerEndpoints)An array ofLicenseServerEndpointresources that contain detailed information about the RDS License Servers that meet the request criteria.ListLicenseServerEndpointsResponse.BuilderlicenseServerEndpoints(Consumer<LicenseServerEndpoint.Builder>... licenseServerEndpoints)An array ofLicenseServerEndpointresources that contain detailed information about the RDS License Servers that meet the request criteria.ListLicenseServerEndpointsResponse.BuilderlicenseServerEndpoints(LicenseServerEndpoint... licenseServerEndpoints)An array ofLicenseServerEndpointresources that contain detailed information about the RDS License Servers that meet the request criteria.ListLicenseServerEndpointsResponse.BuildernextToken(String nextToken)The next token used for paginated responses.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.licensemanagerusersubscriptions.model.LicenseManagerUserSubscriptionsResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
licenseServerEndpoints
ListLicenseServerEndpointsResponse.Builder licenseServerEndpoints(Collection<LicenseServerEndpoint> licenseServerEndpoints)
An array of
LicenseServerEndpointresources that contain detailed information about the RDS License Servers that meet the request criteria.- Parameters:
licenseServerEndpoints- An array ofLicenseServerEndpointresources that contain detailed information about the RDS License Servers that meet the request criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
licenseServerEndpoints
ListLicenseServerEndpointsResponse.Builder licenseServerEndpoints(LicenseServerEndpoint... licenseServerEndpoints)
An array of
LicenseServerEndpointresources that contain detailed information about the RDS License Servers that meet the request criteria.- Parameters:
licenseServerEndpoints- An array ofLicenseServerEndpointresources that contain detailed information about the RDS License Servers that meet the request criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
licenseServerEndpoints
ListLicenseServerEndpointsResponse.Builder licenseServerEndpoints(Consumer<LicenseServerEndpoint.Builder>... licenseServerEndpoints)
An array of
This is a convenience method that creates an instance of theLicenseServerEndpointresources that contain detailed information about the RDS License Servers that meet the request criteria.LicenseServerEndpoint.Builderavoiding the need to create one manually viaLicenseServerEndpoint.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#licenseServerEndpoints(List.) - Parameters:
licenseServerEndpoints- a consumer that will call methods onLicenseServerEndpoint.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#licenseServerEndpoints(java.util.Collection)
-
nextToken
ListLicenseServerEndpointsResponse.Builder nextToken(String nextToken)
The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.
- Parameters:
nextToken- The next token used for paginated responses. When this field isn't empty, there are additional elements that the service hasn't included in this request. Use this token with the next request to retrieve additional objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-