Uses of Class
software.amazon.awscdk.cloudassembly.schema.AwsDestination.Builder
-
-
Uses of AwsDestination.Builder in software.amazon.awscdk.cloudassembly.schema
Methods in software.amazon.awscdk.cloudassembly.schema that return AwsDestination.Builder Modifier and Type Method Description AwsDestination.BuilderAwsDestination.Builder. assumeRoleAdditionalOptions(Map<String,? extends Object> assumeRoleAdditionalOptions)Sets the value ofAwsDestination.getAssumeRoleAdditionalOptions()AwsDestination.BuilderAwsDestination.Builder. assumeRoleArn(String assumeRoleArn)Sets the value ofAwsDestination.getAssumeRoleArn()AwsDestination.BuilderAwsDestination.Builder. assumeRoleExternalId(String assumeRoleExternalId)Sets the value ofAwsDestination.getAssumeRoleExternalId()static AwsDestination.BuilderAwsDestination. builder()AwsDestination.BuilderAwsDestination.Builder. region(String region)Sets the value ofAwsDestination.getRegion()Constructors in software.amazon.awscdk.cloudassembly.schema with parameters of type AwsDestination.Builder Constructor Description Jsii$Proxy(AwsDestination.Builder builder)Constructor that initializes the object based on literal property values passed by theAwsDestination.Builder.
-