Interface TargetSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TargetSummary.Builder,,TargetSummary> SdkBuilder<TargetSummary.Builder,,TargetSummary> SdkPojo
- Enclosing class:
TargetSummary
-
Method Summary
Modifier and TypeMethodDescriptiondefault TargetSummary.BuilderauthorizationData(Consumer<AuthorizationData.Builder> authorizationData) Sets the value of the AuthorizationData property for this object.authorizationData(AuthorizationData authorizationData) Sets the value of the AuthorizationData property for this object.The timestamp when the target was created.description(String description) The description of the target.lastSynchronizedAt(Instant lastSynchronizedAt) The timestamp when the target was last synchronized.listingMode(String listingMode) The listing mode for the target.listingMode(ListingMode listingMode) The listing mode for the target.The name of the target.resourcePriority(Integer resourcePriority) Priority for resolving resource URI conflicts across targets.The current status of the target.status(TargetStatus status) The current status of the target.The unique identifier of the target.targetType(String targetType) The type of the target.targetType(TargetType targetType) The type of the target.The timestamp when the target was last updated.Methods 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
-
targetId
The unique identifier of the target.
- Parameters:
targetId- The unique identifier of the target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the target.
- Parameters:
name- The name of the target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the target.
- Parameters:
status- The current status of the target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the target.
- Parameters:
status- The current status of the target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
description
The description of the target.
- Parameters:
description- The description of the target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The timestamp when the target was created.
- Parameters:
createdAt- The timestamp when the target was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp when the target was last updated.
- Parameters:
updatedAt- The timestamp when the target was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourcePriority
Priority for resolving resource URI conflicts across targets. Lower values take precedence. Defaults to 1000 when not set.
- Parameters:
resourcePriority- Priority for resolving resource URI conflicts across targets. Lower values take precedence. Defaults to 1000 when not set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastSynchronizedAt
The timestamp when the target was last synchronized.
- Parameters:
lastSynchronizedAt- The timestamp when the target was last synchronized.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authorizationData
Sets the value of the AuthorizationData property for this object.- Parameters:
authorizationData- The new value for the AuthorizationData property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authorizationData
default TargetSummary.Builder authorizationData(Consumer<AuthorizationData.Builder> authorizationData) Sets the value of the AuthorizationData property for this object. This is a convenience method that creates an instance of theAuthorizationData.Builderavoiding the need to create one manually viaAuthorizationData.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toauthorizationData(AuthorizationData).- Parameters:
authorizationData- a consumer that will call methods onAuthorizationData.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
targetType
The type of the target.
- Parameters:
targetType- The type of the target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
targetType
The type of the target.
- Parameters:
targetType- The type of the target.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
listingMode
The listing mode for the target. MCP resources for
DEFAULTtargets are cached at the control plane for faster access. MCP resources forDYNAMICtargets are retrieved dynamically when listing tools.- Parameters:
listingMode- The listing mode for the target. MCP resources forDEFAULTtargets are cached at the control plane for faster access. MCP resources forDYNAMICtargets are retrieved dynamically when listing tools.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
listingMode
The listing mode for the target. MCP resources for
DEFAULTtargets are cached at the control plane for faster access. MCP resources forDYNAMICtargets are retrieved dynamically when listing tools.- Parameters:
listingMode- The listing mode for the target. MCP resources forDEFAULTtargets are cached at the control plane for faster access. MCP resources forDYNAMICtargets are retrieved dynamically when listing tools.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-