Interface ListResourceTelemetryForOrganizationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListResourceTelemetryForOrganizationRequest.Builder,ListResourceTelemetryForOrganizationRequest>,ObservabilityAdminRequest.Builder,SdkBuilder<ListResourceTelemetryForOrganizationRequest.Builder,ListResourceTelemetryForOrganizationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListResourceTelemetryForOrganizationRequest
public static interface ListResourceTelemetryForOrganizationRequest.Builder extends ObservabilityAdminRequest.Builder, SdkPojo, CopyableBuilder<ListResourceTelemetryForOrganizationRequest.Builder,ListResourceTelemetryForOrganizationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListResourceTelemetryForOrganizationRequest.BuilderaccountIdentifiers(String... accountIdentifiers)A list of AWS account IDs used to filter the resources to those associated with the specified accounts.ListResourceTelemetryForOrganizationRequest.BuilderaccountIdentifiers(Collection<String> accountIdentifiers)A list of AWS account IDs used to filter the resources to those associated with the specified accounts.ListResourceTelemetryForOrganizationRequest.BuildermaxResults(Integer maxResults)A number field used to limit the number of results within the returned list.ListResourceTelemetryForOrganizationRequest.BuildernextToken(String nextToken)The token for the next set of items to return.ListResourceTelemetryForOrganizationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListResourceTelemetryForOrganizationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListResourceTelemetryForOrganizationRequest.BuilderresourceIdentifierPrefix(String resourceIdentifierPrefix)A string used to filter resources in the organization which have aResourceIdentifierstarting with theResourceIdentifierPrefix.ListResourceTelemetryForOrganizationRequest.BuilderresourceTags(Map<String,String> resourceTags)A key-value pair to filter resources in the organization based on tags associated with the resource.ListResourceTelemetryForOrganizationRequest.BuilderresourceTypes(Collection<ResourceType> resourceTypes)A list of resource types used to filter resources in the organization.ListResourceTelemetryForOrganizationRequest.BuilderresourceTypes(ResourceType... resourceTypes)A list of resource types used to filter resources in the organization.ListResourceTelemetryForOrganizationRequest.BuilderresourceTypesWithStrings(String... resourceTypes)A list of resource types used to filter resources in the organization.ListResourceTelemetryForOrganizationRequest.BuilderresourceTypesWithStrings(Collection<String> resourceTypes)A list of resource types used to filter resources in the organization.ListResourceTelemetryForOrganizationRequest.BuildertelemetryConfigurationState(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.ListResourceTelemetryForOrganizationRequest.BuildertelemetryConfigurationStateWithStrings(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.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.observabilityadmin.model.ObservabilityAdminRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
accountIdentifiers
ListResourceTelemetryForOrganizationRequest.Builder accountIdentifiers(Collection<String> accountIdentifiers)
A list of AWS account IDs used to filter the resources to those associated with the specified accounts.
- Parameters:
accountIdentifiers- A list of AWS account IDs 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.
-
accountIdentifiers
ListResourceTelemetryForOrganizationRequest.Builder accountIdentifiers(String... accountIdentifiers)
A list of AWS account IDs used to filter the resources to those associated with the specified accounts.
- Parameters:
accountIdentifiers- A list of AWS account IDs 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.
-
resourceIdentifierPrefix
ListResourceTelemetryForOrganizationRequest.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 aResourceIdentifierstarting with theResourceIdentifierPrefix.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceTypesWithStrings
ListResourceTelemetryForOrganizationRequest.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.
-
resourceTypesWithStrings
ListResourceTelemetryForOrganizationRequest.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.
-
resourceTypes
ListResourceTelemetryForOrganizationRequest.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.
-
resourceTypes
ListResourceTelemetryForOrganizationRequest.Builder resourceTypes(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.
-
telemetryConfigurationStateWithStrings
ListResourceTelemetryForOrganizationRequest.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.
-
telemetryConfigurationState
ListResourceTelemetryForOrganizationRequest.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.
-
resourceTags
ListResourceTelemetryForOrganizationRequest.Builder resourceTags(Map<String,String> 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?
- 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.
-
maxResults
ListResourceTelemetryForOrganizationRequest.Builder maxResults(Integer maxResults)
A 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.
-
nextToken
ListResourceTelemetryForOrganizationRequest.Builder nextToken(String nextToken)
The 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.
-
overrideConfiguration
ListResourceTelemetryForOrganizationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListResourceTelemetryForOrganizationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-