
software.amazon.awssdk.codegen.rules.EndpointAttributeProvider.resource Maven / Gradle / Ivy
import software.amazon.awssdk.endpoints.EndpointAttributeKey;
import software.amazon.awssdk.annotations.SdkInternalApi;
/**
* Link between an endpoint property and the {@link AwsEndpointAttribute} it represents.
*
@param the {@link AwsEndpointAttribute} type
*/
@SdkInternalApi
public interface EndpointAttributeProvider {
String propertyName();
EndpointAttributeKey attributeKey();
T attributeValue(Value value);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy