Interface ListResourceTelemetryForOrganizationRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<ListResourceTelemetryForOrganizationRequest.Builder,,- ListResourceTelemetryForOrganizationRequest> - ObservabilityAdminRequest.Builder,- SdkBuilder<ListResourceTelemetryForOrganizationRequest.Builder,,- ListResourceTelemetryForOrganizationRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- ListResourceTelemetryForOrganizationRequest
- 
Method SummaryModifier and TypeMethodDescriptionaccountIdentifiers(String... accountIdentifiers) A list of Amazon Web Services accounts used to filter the resources to those associated with the specified accounts.accountIdentifiers(Collection<String> accountIdentifiers) A list of Amazon Web Services accounts used to filter the resources to those associated with the specified accounts.maxResults(Integer maxResults) A number field used to limit the number of results within the returned list.The token for the next set of items to return.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.resourceIdentifierPrefix(String resourceIdentifierPrefix) A string used to filter resources in the organization which have aResourceIdentifierstarting with theResourceIdentifierPrefix.resourceTags(Map<String, String> resourceTags) A key-value pair to filter resources in the organization based on tags associated with the resource.resourceTypes(Collection<ResourceType> resourceTypes) A list of resource types used to filter resources in the organization.resourceTypes(ResourceType... resourceTypes) A list of resource types used to filter resources in the organization.resourceTypesWithStrings(String... resourceTypes) A list of resource types used to filter resources in the organization.resourceTypesWithStrings(Collection<String> resourceTypes) A list of resource types used to filter resources in the organization.telemetryConfigurationState(Map<TelemetryType, TelemetryState> telemetryConfigurationState) A key-value pair to filter resources in the organization based on the telemetry type and the state of the telemetry configuration.telemetryConfigurationStateWithStrings(Map<String, String> telemetryConfigurationState) A key-value pair to filter resources in the organization based on the telemetry type and the state of the telemetry configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.observabilityadmin.model.ObservabilityAdminRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
accountIdentifiersListResourceTelemetryForOrganizationRequest.Builder accountIdentifiers(Collection<String> accountIdentifiers) A list of Amazon Web Services accounts used to filter the resources to those associated with the specified accounts. - Parameters:
- accountIdentifiers- A list of Amazon Web Services accounts used to filter the resources to those associated with the specified accounts.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
accountIdentifiersListResourceTelemetryForOrganizationRequest.Builder accountIdentifiers(String... accountIdentifiers) A list of Amazon Web Services accounts used to filter the resources to those associated with the specified accounts. - Parameters:
- accountIdentifiers- A list of Amazon Web Services accounts used to filter the resources to those associated with the specified accounts.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
resourceIdentifierPrefixListResourceTelemetryForOrganizationRequest.Builder resourceIdentifierPrefix(String resourceIdentifierPrefix) A string used to filter resources in the organization which have a ResourceIdentifierstarting with theResourceIdentifierPrefix.- Parameters:
- resourceIdentifierPrefix- A string used to filter resources in the organization which have a- ResourceIdentifierstarting with the- ResourceIdentifierPrefix.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
resourceTypesWithStringsListResourceTelemetryForOrganizationRequest.Builder resourceTypesWithStrings(Collection<String> resourceTypes) A list of resource types used to filter resources in the organization. If this parameter is provided, the resources will be returned in the same order used in the request. - Parameters:
- resourceTypes- A list of resource types used to filter resources in the organization. If this parameter is provided, the resources will be returned in the same order used in the request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
resourceTypesWithStringsListResourceTelemetryForOrganizationRequest.Builder resourceTypesWithStrings(String... resourceTypes) A list of resource types used to filter resources in the organization. If this parameter is provided, the resources will be returned in the same order used in the request. - Parameters:
- resourceTypes- A list of resource types used to filter resources in the organization. If this parameter is provided, the resources will be returned in the same order used in the request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
resourceTypesListResourceTelemetryForOrganizationRequest.Builder resourceTypes(Collection<ResourceType> resourceTypes) A list of resource types used to filter resources in the organization. If this parameter is provided, the resources will be returned in the same order used in the request. - Parameters:
- resourceTypes- A list of resource types used to filter resources in the organization. If this parameter is provided, the resources will be returned in the same order used in the request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
resourceTypesA list of resource types used to filter resources in the organization. If this parameter is provided, the resources will be returned in the same order used in the request. - Parameters:
- resourceTypes- A list of resource types used to filter resources in the organization. If this parameter is provided, the resources will be returned in the same order used in the request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
telemetryConfigurationStateWithStringsListResourceTelemetryForOrganizationRequest.Builder telemetryConfigurationStateWithStrings(Map<String, String> telemetryConfigurationState) A key-value pair to filter resources in the organization based on the telemetry type and the state of the telemetry configuration. The key is the telemetry type and the value is the state. - Parameters:
- telemetryConfigurationState- A key-value pair to filter resources in the organization based on the telemetry type and the state of the telemetry configuration. The key is the telemetry type and the value is the state.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
telemetryConfigurationStateListResourceTelemetryForOrganizationRequest.Builder telemetryConfigurationState(Map<TelemetryType, TelemetryState> telemetryConfigurationState) A key-value pair to filter resources in the organization based on the telemetry type and the state of the telemetry configuration. The key is the telemetry type and the value is the state. - Parameters:
- telemetryConfigurationState- A key-value pair to filter resources in the organization based on the telemetry type and the state of the telemetry configuration. The key is the telemetry type and the value is the state.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
resourceTagsA key-value pair to filter resources in the organization based on tags associated with the resource. Fore more information about tags, see What are tags? - Parameters:
- resourceTags- A key-value pair to filter resources in the organization based on tags associated with the resource. Fore more information about tags, see What are tags?
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
maxResultsA number field used to limit the number of results within the returned list. - Parameters:
- maxResults- A number field used to limit the number of results within the returned list.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nextTokenThe token for the next set of items to return. A previous call provides this token. - Parameters:
- nextToken- The token for the next set of items to return. A previous call provides this token.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationListResourceTelemetryForOrganizationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationListResourceTelemetryForOrganizationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-