Interface ListServicesRequest.Builder
- All Superinterfaces:
ApplicationSignalsRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<ListServicesRequest.Builder,,ListServicesRequest> SdkBuilder<ListServicesRequest.Builder,,ListServicesRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListServicesRequest
-
Method Summary
Modifier and TypeMethodDescriptionawsAccountId(String awsAccountId) Amazon Web Services Account ID.The end of the time period to retrieve information about.includeLinkedAccounts(Boolean includeLinkedAccounts) If you are using this operation in a monitoring account, specifytrueto include services from source accounts in the returned data.maxResults(Integer maxResults) The maximum number of results to return in one operation.Include this value, if it was returned by the previous operation, to get the next set of services.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The start of the time period to retrieve information about.Methods inherited from interface software.amazon.awssdk.services.applicationsignals.model.ApplicationSignalsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
startTime
The start of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example:
1698778057Your requested start time will be rounded to the nearest hour.
- Parameters:
startTime- The start of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example:1698778057Your requested start time will be rounded to the nearest hour.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
The end of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example:
1698778057Your requested start time will be rounded to the nearest hour.
- Parameters:
endTime- The end of the time period to retrieve information about. When used in a raw HTTP Query API, it is formatted as be epoch time in seconds. For example:1698778057Your requested start time will be rounded to the nearest hour.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of results to return in one operation. If you omit this parameter, the default of 50 is used.
- Parameters:
maxResults- The maximum number of results to return in one operation. If you omit this parameter, the default of 50 is used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
Include this value, if it was returned by the previous operation, to get the next set of services.
- Parameters:
nextToken- Include this value, if it was returned by the previous operation, to get the next set of services.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includeLinkedAccounts
If you are using this operation in a monitoring account, specify
trueto include services from source accounts in the returned data.- Parameters:
includeLinkedAccounts- If you are using this operation in a monitoring account, specifytrueto include services from source accounts in the returned data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsAccountId
Amazon Web Services Account ID.
- Parameters:
awsAccountId- Amazon Web Services Account ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListServicesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListServicesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-