Uses of Interface
software.amazon.awssdk.services.datazone.model.AwsAccount.Builder
-
Packages that use AwsAccount.Builder Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of AwsAccount.Builder in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return AwsAccount.Builder Modifier and Type Method Description AwsAccount.BuilderAwsAccount.Builder. awsAccountId(String awsAccountId)The account ID of a project.AwsAccount.BuilderAwsAccount.Builder. awsAccountIdPath(String awsAccountIdPath)The account ID path of a project.static AwsAccount.BuilderAwsAccount. builder()AwsAccount.BuilderAwsAccount. toBuilder()Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type AwsAccount.Builder Modifier and Type Method Description static Class<? extends AwsAccount.Builder>AwsAccount. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type AwsAccount.Builder Modifier and Type Method Description default EnvironmentConfiguration.BuilderEnvironmentConfiguration.Builder. awsAccount(Consumer<AwsAccount.Builder> awsAccount)The Amazon Web Services account of the environment.
-