Uses of Interface
software.amazon.awssdk.services.config.model.AggregationAuthorization.Builder
-
Packages that use AggregationAuthorization.Builder Package Description software.amazon.awssdk.services.config.model -
-
Uses of AggregationAuthorization.Builder in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return AggregationAuthorization.Builder Modifier and Type Method Description AggregationAuthorization.BuilderAggregationAuthorization.Builder. aggregationAuthorizationArn(String aggregationAuthorizationArn)The Amazon Resource Name (ARN) of the aggregation object.AggregationAuthorization.BuilderAggregationAuthorization.Builder. authorizedAccountId(String authorizedAccountId)The 12-digit account ID of the account authorized to aggregate data.AggregationAuthorization.BuilderAggregationAuthorization.Builder. authorizedAwsRegion(String authorizedAwsRegion)The region authorized to collect aggregated data.static AggregationAuthorization.BuilderAggregationAuthorization. builder()AggregationAuthorization.BuilderAggregationAuthorization.Builder. creationTime(Instant creationTime)The time stamp when the aggregation authorization was created.AggregationAuthorization.BuilderAggregationAuthorization. toBuilder()Methods in software.amazon.awssdk.services.config.model that return types with arguments of type AggregationAuthorization.Builder Modifier and Type Method Description static Class<? extends AggregationAuthorization.Builder>AggregationAuthorization. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.config.model with type arguments of type AggregationAuthorization.Builder Modifier and Type Method Description default PutAggregationAuthorizationResponse.BuilderPutAggregationAuthorizationResponse.Builder. aggregationAuthorization(Consumer<AggregationAuthorization.Builder> aggregationAuthorization)Returns an AggregationAuthorization object.
-