Interface EngagementResourceAssociationSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EngagementResourceAssociationSummary.Builder,EngagementResourceAssociationSummary>,SdkBuilder<EngagementResourceAssociationSummary.Builder,EngagementResourceAssociationSummary>,SdkPojo
- Enclosing class:
- EngagementResourceAssociationSummary
public static interface EngagementResourceAssociationSummary.Builder extends SdkPojo, CopyableBuilder<EngagementResourceAssociationSummary.Builder,EngagementResourceAssociationSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EngagementResourceAssociationSummary.Buildercatalog(String catalog)Indicates the environment in which the resource and engagement exist.EngagementResourceAssociationSummary.BuildercreatedBy(String createdBy)The AWS account ID of the entity that owns the resource.EngagementResourceAssociationSummary.BuilderengagementId(String engagementId)A unique identifier for the engagement associated with the resource.EngagementResourceAssociationSummary.BuilderresourceId(String resourceId)A unique identifier for the specific resource.EngagementResourceAssociationSummary.BuilderresourceType(String resourceType)Categorizes the type of resource associated with the engagement.EngagementResourceAssociationSummary.BuilderresourceType(ResourceType resourceType)Categorizes the type of resource associated with the engagement.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
EngagementResourceAssociationSummary.Builder catalog(String catalog)
Indicates the environment in which the resource and engagement exist.
- Parameters:
catalog- Indicates the environment in which the resource and engagement exist.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
EngagementResourceAssociationSummary.Builder createdBy(String createdBy)
The AWS account ID of the entity that owns the resource. Identifies the account responsible for or having primary control over the resource.
- Parameters:
createdBy- The AWS account ID of the entity that owns the resource. Identifies the account responsible for or having primary control over the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
engagementId
EngagementResourceAssociationSummary.Builder engagementId(String engagementId)
A unique identifier for the engagement associated with the resource.
- Parameters:
engagementId- A unique identifier for the engagement associated with the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceId
EngagementResourceAssociationSummary.Builder resourceId(String resourceId)
A unique identifier for the specific resource. Varies depending on the resource type.
- Parameters:
resourceId- A unique identifier for the specific resource. Varies depending on the resource type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
EngagementResourceAssociationSummary.Builder resourceType(String resourceType)
Categorizes the type of resource associated with the engagement.
- Parameters:
resourceType- Categorizes the type of resource associated with the engagement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceType,ResourceType
-
resourceType
EngagementResourceAssociationSummary.Builder resourceType(ResourceType resourceType)
Categorizes the type of resource associated with the engagement.
- Parameters:
resourceType- Categorizes the type of resource associated with the engagement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceType,ResourceType
-
-