Interface ListEngagementResourceAssociationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListEngagementResourceAssociationsRequest.Builder,ListEngagementResourceAssociationsRequest>,PartnerCentralSellingRequest.Builder,SdkBuilder<ListEngagementResourceAssociationsRequest.Builder,ListEngagementResourceAssociationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListEngagementResourceAssociationsRequest
public static interface ListEngagementResourceAssociationsRequest.Builder extends PartnerCentralSellingRequest.Builder, SdkPojo, CopyableBuilder<ListEngagementResourceAssociationsRequest.Builder,ListEngagementResourceAssociationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListEngagementResourceAssociationsRequest.Buildercatalog(String catalog)Specifies the catalog in which to search for engagement-resource associations.ListEngagementResourceAssociationsRequest.BuildercreatedBy(String createdBy)Filters the response to include only snapshots of resources owned by the specified AWS account ID.ListEngagementResourceAssociationsRequest.BuilderengagementIdentifier(String engagementIdentifier)Filters the results to include only associations related to the specified engagement.ListEngagementResourceAssociationsRequest.BuildermaxResults(Integer maxResults)Limits the number of results returned in a single call.ListEngagementResourceAssociationsRequest.BuildernextToken(String nextToken)A token used for pagination of results.ListEngagementResourceAssociationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListEngagementResourceAssociationsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListEngagementResourceAssociationsRequest.BuilderresourceIdentifier(String resourceIdentifier)Filters the results to include only associations with the specified resource.ListEngagementResourceAssociationsRequest.BuilderresourceType(String resourceType)Filters the results to include only associations with resources of the specified type.ListEngagementResourceAssociationsRequest.BuilderresourceType(ResourceType resourceType)Filters the results to include only associations with resources of the specified type.-
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.partnercentralselling.model.PartnerCentralSellingRequest.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
-
catalog
ListEngagementResourceAssociationsRequest.Builder catalog(String catalog)
Specifies the catalog in which to search for engagement-resource associations. Valid Values: "AWS" or "Sandbox"
-
AWSfor production environments. -
Sandboxfor testing and development purposes.
- Parameters:
catalog- Specifies the catalog in which to search for engagement-resource associations. Valid Values: "AWS" or "Sandbox"-
AWSfor production environments. -
Sandboxfor testing and development purposes.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
createdBy
ListEngagementResourceAssociationsRequest.Builder createdBy(String createdBy)
Filters the response to include only snapshots of resources owned by the specified AWS account ID. Use this when you want to find associations related to resources owned by a particular account.
- Parameters:
createdBy- Filters the response to include only snapshots of resources owned by the specified AWS account ID. Use this when you want to find associations related to resources owned by a particular account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
engagementIdentifier
ListEngagementResourceAssociationsRequest.Builder engagementIdentifier(String engagementIdentifier)
Filters the results to include only associations related to the specified engagement. Use this when you want to find all resources associated with a specific engagement.
- Parameters:
engagementIdentifier- Filters the results to include only associations related to the specified engagement. Use this when you want to find all resources associated with a specific engagement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListEngagementResourceAssociationsRequest.Builder maxResults(Integer maxResults)
Limits the number of results returned in a single call. Use this to control the number of results returned, especially useful for pagination.
- Parameters:
maxResults- Limits the number of results returned in a single call. Use this to control the number of results returned, especially useful for pagination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListEngagementResourceAssociationsRequest.Builder nextToken(String nextToken)
A token used for pagination of results. Include this token in subsequent requests to retrieve the next set of results.
- Parameters:
nextToken- A token used for pagination of results. Include this token in subsequent requests to retrieve the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceIdentifier
ListEngagementResourceAssociationsRequest.Builder resourceIdentifier(String resourceIdentifier)
Filters the results to include only associations with the specified resource. Varies depending on the resource type. Use this when you want to find all engagements associated with a specific resource.
- Parameters:
resourceIdentifier- Filters the results to include only associations with the specified resource. Varies depending on the resource type. Use this when you want to find all engagements associated with a specific resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
ListEngagementResourceAssociationsRequest.Builder resourceType(String resourceType)
Filters the results to include only associations with resources of the specified type.
- Parameters:
resourceType- Filters the results to include only associations with resources of the specified type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceType,ResourceType
-
resourceType
ListEngagementResourceAssociationsRequest.Builder resourceType(ResourceType resourceType)
Filters the results to include only associations with resources of the specified type.
- Parameters:
resourceType- Filters the results to include only associations with resources of the specified type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceType,ResourceType
-
overrideConfiguration
ListEngagementResourceAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListEngagementResourceAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-