Uses of Interface
software.amazon.awssdk.services.ecr.model.AuthorizationData.Builder
-
Packages that use AuthorizationData.Builder Package Description software.amazon.awssdk.services.ecr.model -
-
Uses of AuthorizationData.Builder in software.amazon.awssdk.services.ecr.model
Methods in software.amazon.awssdk.services.ecr.model that return AuthorizationData.Builder Modifier and Type Method Description AuthorizationData.BuilderAuthorizationData.Builder. authorizationToken(String authorizationToken)A base64-encoded string that contains authorization data for the specified Amazon ECR registry.static AuthorizationData.BuilderAuthorizationData. builder()AuthorizationData.BuilderAuthorizationData.Builder. expiresAt(Instant expiresAt)The Unix time in seconds and milliseconds when the authorization token expires.AuthorizationData.BuilderAuthorizationData.Builder. proxyEndpoint(String proxyEndpoint)The registry URL to use for this authorization token in adocker logincommand.AuthorizationData.BuilderAuthorizationData. toBuilder()Methods in software.amazon.awssdk.services.ecr.model that return types with arguments of type AuthorizationData.Builder Modifier and Type Method Description static Class<? extends AuthorizationData.Builder>AuthorizationData. serializableBuilderClass()
-