T - The type of data associated with this attribute.public class ExecutionAttribute<T> extends Object
ExecutionAttributes.
This is typically used as a static final field in an ExecutionInterceptor:
{@code
class MyExecutionInterceptor implements ExecutionInterceptor {
private static final ExecutionAttribute DATA = new ExecutionAttribute<>(); | Constructor and Description |
|---|
ExecutionAttribute(String name)
Creates a new
ExecutionAttribute bound to the provided type param. |
public ExecutionAttribute(String name)
ExecutionAttribute bound to the provided type param.name - Descriptive name for the attribute, used primarily for debugging purposes.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.