Uses of Interface
software.amazon.awssdk.services.eksauth.model.Credentials.Builder
-
Packages that use Credentials.Builder Package Description software.amazon.awssdk.services.eksauth.model -
-
Uses of Credentials.Builder in software.amazon.awssdk.services.eksauth.model
Methods in software.amazon.awssdk.services.eksauth.model that return Credentials.Builder Modifier and Type Method Description Credentials.BuilderCredentials.Builder. accessKeyId(String accessKeyId)The access key ID that identifies the temporary security credentials.static Credentials.BuilderCredentials. builder()Credentials.BuilderCredentials.Builder. expiration(Instant expiration)The Unix epoch timestamp in seconds when the current credentials expire.Credentials.BuilderCredentials.Builder. secretAccessKey(String secretAccessKey)The secret access key that applications inside the pods use to sign requests.Credentials.BuilderCredentials.Builder. sessionToken(String sessionToken)The token that applications inside the pods must pass to any service API to use the temporary credentials.Credentials.BuilderCredentials. toBuilder()Methods in software.amazon.awssdk.services.eksauth.model that return types with arguments of type Credentials.Builder Modifier and Type Method Description static Class<? extends Credentials.Builder>Credentials. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.eksauth.model with type arguments of type Credentials.Builder Modifier and Type Method Description default AssumeRoleForPodIdentityResponse.BuilderAssumeRoleForPodIdentityResponse.Builder. credentials(Consumer<Credentials.Builder> credentials)The Amazon Web Services Signature Version 4 type of temporary credentials.
-