Interface TraversedComponent.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TraversedComponent.Builder,,TraversedComponent> SdkBuilder<TraversedComponent.Builder,,TraversedComponent> SdkPojo
- Enclosing class:
TraversedComponent
@Mutable
@NotThreadSafe
public static interface TraversedComponent.Builder
extends SdkPojo, CopyableBuilder<TraversedComponent.Builder,TraversedComponent>
-
Method Summary
Modifier and TypeMethodDescriptioncomponentArn(String componentArn) The Amazon Resource Name (ARN) of a traversed component.componentId(String componentId) The identifier for the traversed component.componentType(String componentType) The type of component that was traversed.serviceName(String serviceName) The service name for the traversed component.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
-
componentId
The identifier for the traversed component.
- Parameters:
componentId- The identifier for the traversed component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
componentType
The type of component that was traversed.
- Parameters:
componentType- The type of component that was traversed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
componentArn
The Amazon Resource Name (ARN) of a traversed component.
- Parameters:
componentArn- The Amazon Resource Name (ARN) of a traversed component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceName
The service name for the traversed component.
- Parameters:
serviceName- The service name for the traversed component.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-